https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c439426e2e8269939599e10f5e5b542bdd53cb0d authored by ffxbld on 28 September 2011, 12:16:44 UTC
Added tag FENNEC_8_0b1_BUILD1 for changeset ac89e8348a6a. CLOSED TREE a=release
Tip revision: c439426
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