https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a098327828ae6c078eebb76a933e981b492761bb authored by ffxbld on 23 January 2013, 16:09:33 UTC
Added FENNEC_19_0b3_RELEASE FENNEC_19_0b3_BUILD1 tag(s) for changeset 44ad9c166d46. DONTBUILD CLOSED TREE a=release
Tip revision: a098327
343221-1.xhtml
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<script>

function boo()
{
  document.getElementById("c").style.overflow = "hidden";
  document.documentElement.removeAttribute("class");
}

</script>
</head>
<body onload="setTimeout(boo, 30);">

<svg xmlns="http://www.w3.org/2000/svg">
  <circle id="c" cx="50" cy="50" r="20" />
</svg>

</body>
</html>
back to top