|
1 <!DOCTYPE html> |
|
2 <html class="reftest-wait"> |
|
3 <head> |
|
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 <style> |
|
6 |
|
7 body { width: 300px; } |
|
8 |
|
9 </style> |
|
10 |
|
11 <script> |
|
12 |
|
13 window.addEventListener("load", function() { |
|
14 var v = document.getElementById("v"); |
|
15 v.style.width = "280px"; |
|
16 v.style.height = "10px"; |
|
17 setTimeout(function(){ document.documentElement.offsetHeight; document.documentElement.removeAttribute("class"); },0); |
|
18 }, false); |
|
19 |
|
20 </script> |
|
21 |
|
22 <body> |
|
23 <div><span style="unicode-bidi: -moz-isolate;"><span style="display: inline-block; float: right;" id="v"></span>D E<span style="unicode-bidi: -moz-isolate;"><span><span> ت</span></span></span></span></div> |
|
24 </body> |
|
25 </html> |