https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 63f1c8cf8f933020076ebea111a3d4ba21c969ea authored by ffxbld on 24 November 2016, 06:35:04 UTC
Added FENNEC_50_0_1_RELEASE FENNEC_50_0_1_BUILD1 tag(s) for changeset 83afe8970388. DONTBUILD CLOSED TREE a=release
Tip revision: 63f1c8c
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