https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a906476c12d0462099c15bc5d76158645b74af89 authored by ffxbld on 14 July 2014, 22:37:17 UTC
Added FIREFOX_31_0esr_RELEASE FIREFOX_31_0esr_BUILD1 tag(s) for changeset 3d63f49adc20. DONTBUILD CLOSED TREE a=release
Tip revision: a906476
select-fieldset-legend-2.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="disabled" disabled>
      <legend>
      </legend>
      <legend>
        <select class="disabled"></select>
      </legend>
    </fieldset>
  </body>
</html>
back to top