https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4c3929bd1491ab9855ba82ceb35cea902b3b5c5f authored by ffxbld on 09 January 2015, 04:20:05 UTC
Added FENNEC_35_0_RELEASE FENNEC_35_0_BUILD1 tag(s) for changeset dfd83036d713. DONTBUILD CLOSED TREE a=release
Tip revision: 4c3929b
select-fieldset-legend-ref.html
<!DOCTYPE html>
<html>
  <body>
    <fieldset>
      <legend>
        <select style="background-color: green;"></select>
      </legend>
    </fieldset>
  </body>
</html>
back to top