Blob Blame History Raw
<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; -moz-column-count: -1;"><div id="v"><span>
</span>

</div></body>

</html>