https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 18d2e853f6455b2c36a3c12a44c6ec85c64263ec authored by Ben Hearsum on 11 October 2012, 15:31:21 UTC
a=bustage/akeybl
Tip revision: 18d2e85
textarea-fieldset-legend-ref.html
<!DOCTYPE html>
<html>
  <body>
    <fieldset>
      <legend>
        <textarea style="background-color: green;"></textarea>
      </legend>
    </fieldset>
  </body>
</html>
back to top