https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 11a51ad82ffe8366def988240882be09d6af9f6f authored by ffxbld on 06 December 2013, 01:33:31 UTC
Added FIREFOX_24_2_0esr_RELEASE FIREFOX_24_2_0esr_BUILD2 tag(s) for changeset e408ebe9e449. DONTBUILD CLOSED TREE a=release
Tip revision: 11a51ad
button-valid.html
<!DOCTYPE html>
<html>
  <!-- Test: if button has no custom error and is not barred from constraint
             validation, it should be affected by :invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <button class='notinvalid'</button>
  </body>
</html>
back to top