Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html xmlns="http://www.w3.org/1999/xhtml" style="direction: rtl;">
<head>
<script>
function boom()
{
document.body.appendChild(document.getElementById("v").firstChild);
}
</script>
</head>
<body onload="boom();" style="white-space: pre; column-count: -1;"><div id="v"><span>
</span>
</div></body>
</html>