https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3cd70cf272437edf2cde2c8112891d3e1110279a authored by ffxbld on 21 December 2015, 21:03:35 UTC
Added FIREFOX_43_0_2_RELEASE FIREFOX_43_0_2_BUILD1 tag(s) for changeset 937ac46261e2. DONTBUILD CLOSED TREE a=release
Tip revision: 3cd70cf
fieldset-valid.html
<!DOCTYPE html>
<!-- Valid fieldset. -->
<html>
  <head>
    <style>
      fieldset:valid { display: none ;}
    </style>
  </head>
  <body>
    <fieldset>
    </fieldset>
  </body>
</html>

back to top