https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8b12d6b5364659f6be8400d5cd44dba2374f339e authored by ffxbld on 07 March 2013, 10:24:02 UTC
Added FENNEC_19_0_2_RELEASE FENNEC_19_0_2_BUILD1 tag(s) for changeset c0f47817e7ad. DONTBUILD CLOSED TREE a=release
Tip revision: 8b12d6b
475193-1.html
<!DOCTYPE HTML>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">


<style type="text/css">

.p { marker: url('#c'); }

</style>
<script type="text/javascript">

function boom()
{
  document.getElementById("a").setAttribute("class", "p");
  document.documentElement.offsetHeight;
  document.getElementById("b").setAttribute("id", "c");
}

</script>
</head><body onload="boom();"><div class="p" id="a">C</div><div id="c"></div></body></html>
back to top