398733-2.html (282B)
1 <html> 2 <body style="display: inline; position: relative;">ع 3 <span id="a" style="position: absolute;">ع<span style="position: absolute;"></span></span> 4 <script> 5 document.body.offsetHeight; 6 document.getElementById('a').setAttribute('style', ''); 7 </script> 8 </body> 9 </html>