https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dc0562fa4481eabb1132e7b18d15ab3a2d10f97c authored by Mark Finkle on 27 March 2013, 19:37:30 UTC
Backout e34c8b3ff887, not needed for Fx20
Tip revision: dc0562f
input-fieldset-legend-2.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="disabled" disabled>
      <legend>
      </legend>
      <legend>
        <input class="disabled">
      </legend>
    </fieldset>
  </body>
</html>
back to top