https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 071abd6eb9e449ed26709feafd4bf34adc462a7f authored by B2G Bumper Bot on 21 July 2014, 23:56:24 UTC
Bumping manifests a=b2g-bump
Tip revision: 071abd6
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