https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e4196591fadc3194722e5a78ff07c9ede3d77520 authored by B2G Bumper Bot on 12 January 2015, 18:56:11 UTC
Bumping manifests a=b2g-bump
Tip revision: e419659
input-fieldset-legend-2.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="disabled" disabled>
      <legend>
      </legend>
      <legend>
        <input class="disabled">
      </legend>
    </fieldset>
  </body>
</html>
back to top