https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5b0bc6f18a2149db5c2d18262d9b1b3ea6fcdbdb authored by Brian Smith on 27 December 2012, 21:16:03 UTC
Bug 822682: Update NSS to NSS 3.14.1 RTM (NSS_3_14_1_RTM), r=me, a=bajaj
Tip revision: 5b0bc6f
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