https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 917079928307fcb4a5d8744e3cad5c8db541e08d authored by B2G Bumper Bot on 11 September 2015, 10:15:46 UTC
Bumping manifests a=b2g-bump
Tip revision: 9170799
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