https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e8fe9406b8f363c0885e07939ef058633a2b10b3 authored by ffxbld on 11 April 2012, 13:42:32 UTC
Added FENNEC_12_0b5_RELEASE FENNEC_12_0b5_BUILD1 tag(s) for changeset 1b3d6deb03f3. DONTBUILD CLOSED TREE a=release
Tip revision: e8fe940
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 :valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <button class='notvalid'></button>
  </body>
</html>
back to top