OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 ::-webkit-scrollbar { | 4 ::-webkit-scrollbar { |
5 width: 0px; | 5 width: 0px; |
6 height: 0px; | 6 height: 0px; |
7 } | 7 } |
8 </style> | 8 </style> |
9 <script src="../js/resources/js-test-pre.js"></script> | 9 <script src="../js/resources/js-test-pre.js"></script> |
10 <script> | 10 <script> |
(...skipping 23 matching lines...) Expand all Loading... |
34 document.body.offsetWidth; | 34 document.body.offsetWidth; |
35 if (window.testRunner) | 35 if (window.testRunner) |
36 testRunner.notifyDone(); | 36 testRunner.notifyDone(); |
37 } | 37 } |
38 </script> | 38 </script> |
39 <script src="../js/resources/js-test-pre.js"></script> | 39 <script src="../js/resources/js-test-pre.js"></script> |
40 </head> | 40 </head> |
41 <body onload="test();"> | 41 <body onload="test();"> |
42 <iframe id="frame" src="resources/iframe-content-scaling-bug-iframe.html" styl
e="position: absolute; left: 0px; top: 0px; border: none; width: 300px; height:
300px;"></iframe> | 42 <iframe id="frame" src="resources/iframe-content-scaling-bug-iframe.html" styl
e="position: absolute; left: 0px; top: 0px; border: none; width: 300px; height:
300px;"></iframe> |
43 <div id="rightbox" style="position: absolute; left: 300px; top: 0px; width: 30
0px; height: 300px; background-color: green;"></div> | 43 <div id="rightbox" style="position: absolute; left: 300px; top: 0px; width: 30
0px; height: 300px; background-color: green;"></div> |
44 <script src="../js/resources/js-test-post.js"></script> | |
45 </body> | 44 </body> |
46 </html> | 45 </html> |
OLD | NEW |