https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a7123ce2a36ef083325fea282c3469d1e7cc5b5d authored by Ryan VanderMeulen on 04 February 2014, 01:20:22 UTC
Merge m-b to b2g28. a=merge CLOSED TREE
Tip revision: a7123ce
textarea-fieldset-legend-ref-3.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="ref">
      <fieldset class="ref">
        <legend>
          <textarea class="ref"></textarea>
        </legend>
      </fieldset>
    </fieldset>
  </body>
</html>
back to top