Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Side by Side Diff: LayoutTests/fast/frames/iframe-double-scale-contents.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698