https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b92fb6393e220b49e6b19aee53f904122d6d5fe7 authored by seabld on 21 November 2011, 10:07:26 UTC
Added tag SEAMONKEY_2_5_RELEASE for changeset FIREFOX_8_0_1_BUILD2. CLOSED TREE a=release
Tip revision: b92fb63
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