https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 52d0c480f9a320c3217bffc1a2d8cf31c75443fb authored by ffxbld on 21 March 2015, 03:16:39 UTC
Added FIREFOX_31_5_3esr_RELEASE FIREFOX_31_5_3esr_BUILD1 tag(s) for changeset f82d013fe94d. DONTBUILD CLOSED TREE a=release
Tip revision: 52d0c48
input-fieldset-legend-1.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="disabled" disabled>
      <legend id='i'>
        <input class="enabled">
      </legend>
    </fieldset>
  </body>
</html>
back to top