Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<html>
<head>
<style type="text/css">
body { font-family: monospace; width: 4ch; }
body::first-line { }
body *::before { content: 'w';}
</style>
<script type="text/javascript">
function boom()
{
var de = document.documentElement;
var body = document.body;
body.appendChild(span);
body.appendChild(r1);
body.appendChild(mmm);
de.offsetHeight;
de.offsetHeight;
de.offsetHeight;
document.removeChild(de);
document.appendChild(de);
de.offsetHeight;
}
window.addEventListener("load", boom);
</script>
</head>
<body></body>
</html>