https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 079a973c2c388fb725c3bef91fcea95c5290b480 authored by ffxbld on 23 October 2013, 04:20:35 UTC
Added FENNEC_25_0_RELEASE FENNEC_25_0_BUILD2 tag(s) for changeset a931cbcc99cd. DONTBUILD CLOSED TREE a=release
Tip revision: 079a973
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