https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a088b0cdd498061918efa31510b4648ca55f4aa4 authored by tbirdbld on 12 October 2011, 18:10:01 UTC
Added tag THUNDERBIRD_8_0b2_RELEASE for changeset 178cfa4240b3. CLOSED TREE a=release
Tip revision: a088b0c
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