Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<head>
<script type="text/javascript">
<![CDATA[
function boom()
{
a.appendChild(b);
document.documentElement.appendChild(a);
document.documentElement.offsetHeight;
b.appendChild(c);
document.documentElement.offsetHeight;
c.appendChild(div)
}
window.addEventListener("load", boom);
]]>
</script></head>
<body></body>
</html>