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

Side by Side Diff: third_party/WebKit/LayoutTests/images/image-zoom-to-25.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script> 3 <script>
4 var count = 0; 4 var count = 0;
5 5
6 if (window.testRunner) { 6 if (window.testRunner) {
7 testRunner.dumpAsText(); 7 testRunner.dumpAsText();
8 testRunner.setCanOpenWindows(); 8 testRunner.setCanOpenWindows();
9 testRunner.waitUntilDone(); 9 testRunner.waitUntilDone();
10 } 10 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 newwindow.resizeTo(200, 200); 49 newwindow.resizeTo(200, 200);
50 }; 50 };
51 } 51 }
52 </script> 52 </script>
53 <body onload="zoomPage()"> 53 <body onload="zoomPage()">
54 <p>This tests that page zoom and image auto-sizing interact well together. This test requires testRunner to run. To test manually, open <a href="resources/dic e.png">this image</a> in a browser window, resize the window to 200px tall and z oom out 6 times. The image should get smaller at each step.</p> 54 <p>This tests that page zoom and image auto-sizing interact well together. This test requires testRunner to run. To test manually, open <a href="resources/dic e.png">this image</a> in a browser window, resize the window to 200px tall and z oom out 6 times. The image should get smaller at each step.</p>
55 <pre id="console"></pre> 55 <pre id="console"></pre>
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698