blob: a7ee883576c2261450e75503ce65857327cf3afa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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>
|