425338-1b.html (372B)
1 <html> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> 4 <script type="text/javascript"> 5 function c() 6 { 7 document.getElementById("a").style.height = "10em"; 8 document.body.offsetHeight; 9 document.getElementById("a").style.height = ""; 10 } 11 </script> 12 </head> 13 <body onload="c();"> 14 <span id="a"><span>a</span>b<span>א</span>c</span> 15 </body> 16 </html>