https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bd149628763097ffcd1ad2f1d4bc9a96594e8cf0 authored by B2G Bumper Bot on 22 February 2015, 22:05:43 UTC
Bumping manifests a=b2g-bump
Tip revision: bd14962
select-fieldset-legend-3.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="disabled" disabled>
      <fieldset class="disabled">
        <legend>
          <select class="disabled"></select>
        </legend>
      </fieldset>
    </fieldset>
  </body>
</html>
back to top