https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 868ee5b1adf71c29a1727d6f007ddb2a90f00cb4 authored by cltbld on 23 September 2011, 00:19:58 UTC
Merging together weird heads on GECKO60_2011080402_RELBRANCH; doesn't affect any code that is still to be released, just needs to be done to get around the single head per branch hook
Tip revision: 868ee5b
textarea-fieldset-ref.html
<!DOCTYPE html>
<html>
  <body>
    <fieldset>
      <fieldset>
        <textarea style="background-color: green;"></textarea>
      </fieldset>
    </fieldset>
  </body>
</html>
back to top