https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a9eb4e9575f016d322653eff4ce5a5dcab7499c9 authored by Ryan VanderMeulen on 10 August 2015, 18:38:10 UTC
Merge mozilla-b2g37 to 2.2r. a=merge
Tip revision: a9eb4e9
input-fieldset-legend-ref-2.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <fieldset class="ref">
      <legend>
      </legend>
      <legend>
        <input class="ref">
      </legend>
    </fieldset>
  </body>
</html>
back to top