https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5615af0aea3141e8eb87a51600715d4b6fe2eb63 authored by ffxbld on 12 February 2013, 16:09:02 UTC
Added FENNEC_19_0b6_RELEASE FENNEC_19_0b6_BUILD1 tag(s) for changeset a72aa6f9031d. DONTBUILD CLOSED TREE a=release
Tip revision: 5615af0
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