https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bca9fcd507863301feed2b2f9217ba3903c099ae authored by ffxbld on 24 April 2014, 20:48:00 UTC
Added FENNEC_29_0_RELEASE FENNEC_29_0_BUILD1 tag(s) for changeset 813fc26938df. DONTBUILD CLOSED TREE a=release
Tip revision: bca9fcd
select-fieldset-legend-3.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="disabled" disabled>
      <fieldset class="disabled">
        <legend>
          <select class="disabled"></select>
        </legend>
      </fieldset>
    </fieldset>
  </body>
</html>
back to top