534768-1.html (366B)
1 <html style="direction: rtl;"> 2 <head> 3 <style> 4 5 body:after { content: '0'; } 6 body:first-letter { float: right; } 7 8 </style> 9 <script> 10 11 function boom() 12 { 13 document.documentElement.style.direction = ""; 14 document.documentElement.offsetHeight; 15 document.documentElement.style.textIndent = "3px"; 16 } 17 18 </script> 19 </head> 20 21 <body onload="boom();"> ‮</body> 22 23 </html>