https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a05ef8945e56bbc93874af664c123c126f70d1f0 authored by ffxbld on 11 August 2011, 23:11:11 UTC
Added tag FENNEC_6_0_BUILD1 for changeset 70592ed81659. CLOSED TREE a=release
Tip revision: a05ef89
select-fieldset-legend-ref-5.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="ref">
      <legend>
        <fieldset class="ref">
          <legend>
            <select class="ref"></select>
          </legend>
        </fieldset>
      </legend>
    </fieldset>
  </body>
</html>
back to top