https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c62e7cbdf4ff0d6c0a623dc7998ce197e1202cbb authored by ffxbld on 08 February 2017, 21:52:30 UTC
Added FENNEC_51_0_3_RELEASE FENNEC_51_0_3_BUILD1 tag(s) for changeset 6dc175589932. DONTBUILD CLOSED TREE a=release
Tip revision: c62e7cb
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