https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 63010c3e4bb7ade86ddc7c065cb26762b118e680 authored by Ehsan Akhgari on 13 July 2012, 17:33:17 UTC
Remove the failing test, r+a=me
Tip revision: 63010c3
textarea-fieldset-legend-ref-2.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="ref">
      <legend>
      </legend>
      <legend>
        <textarea class="ref"></textarea>
      </legend>
    </fieldset>
  </body>
</html>
back to top