https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 90823601cf8886a24506dfb2b6e02853f6eb589f authored by ffxbld on 03 August 2015, 17:34:40 UTC
Added FIREFOX_40_0_RELEASE FIREFOX_40_0_BUILD1 tag(s) for changeset 60f195e6abcb. DONTBUILD CLOSED TREE a=release
Tip revision: 9082360
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