https://github.com/mozilla/gecko-dev
Raw File
Tip revision: af7f85a285295c23b8596d5b83c9b7ce762b6002 authored by Nick Thomas on 13 May 2013, 22:54:51 UTC
Move the FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3 to reflect what we shipped a=release
Tip revision: af7f85a
textarea-fieldset-legend-ref-1.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="ref">
      <legend>
        <textarea class="ref"></textarea>
      </legend>
    </fieldset>
  </body>
</html>
back to top