https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a21b188ac244606c904f159d2a6c9c88778c8478 authored by B2G Bumper Bot on 21 July 2014, 22:11:18 UTC
Bumping manifests a=b2g-bump
Tip revision: a21b188
textarea-fieldset-legend-2.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="disabled" disabled>
      <legend>
      </legend>
      <legend>
        <textarea class="disabled"></textarea>
      </legend>
    </fieldset>
  </body>
</html>
back to top