665837.html (304B)
1 <html style="direction: rtl; column-width: 0pt; white-space: pre-line;"><head><script> 2 3 function boom() 4 { 5 document.documentElement.offsetHeight; 6 document.documentElement.style.fontSize = "200%"; 7 document.documentElement.offsetHeight; 8 } 9 10 </script></head><body onload="boom();"> 11 12 A B 13 C</body></html>