https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 18d62b4630ebee35902bc8896fa1271bcbf8ace9 authored by ffxbld on 18 September 2014, 02:19:48 UTC
Added FIREFOX_32_0_2_RELEASE FIREFOX_32_0_2_BUILD1 tag(s) for changeset 9dcc4d60ede2. DONTBUILD CLOSED TREE a=release
Tip revision: 18d62b4
button-button.html
<!DOCTYPE html>
<html>
  <!-- Test: if button is of the button type, it is barred from constraint
             validation and should not be affected by :valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <button class='notvalid' type='button'></button>
  </body>
</html>
back to top