411870-1.html (313B)
1 <html xmlns="http://www.w3.org/1999/xhtml" style="direction: rtl;"> 2 <head> 3 <script> 4 5 function boom() 6 { 7 document.body.appendChild(document.getElementById("v").firstChild); 8 } 9 10 </script> 11 </head> 12 13 <body onload="boom();" style="white-space: pre; column-count: -1;"><div id="v"><span> 14 </span> 15 16 </div></body> 17 18 </html>