Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<head>
<script>
function boom()
{
document.documentElement.offsetHeight;
document.body.appendChild(document.createElement("span"));
}
</script>
</head>
<body style="max-width: min-content; white-space: pre;" onload="boom();">­
R</body>
</html>