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

Side by Side Diff: third_party/WebKit/LayoutTests/images/zoomed-img-height-acid3.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 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 img { height: 10px; } 5 img { height: 10px; }
6 </style> 6 </style>
7 <script type="text/javascript"> 7 <script type="text/javascript">
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 10
(...skipping 14 matching lines...) Expand all
25 } 25 }
26 window.onload = test; 26 window.onload = test;
27 </script> 27 </script>
28 </head> 28 </head>
29 <body> 29 <body>
30 This test is minimized from Acid3 Test #72.<br> 30 This test is minimized from Acid3 Test #72.<br>
31 <img src="data:image/gif;base64,R0lGODlhAQABAID%2FAMDAwAAAACH5BAEAAAAALAAAAA ABAAEAAAICRAEA1w%3D%3D" alt=""> 31 <img src="data:image/gif;base64,R0lGODlhAQABAID%2FAMDAwAAAACH5BAEAAAAALAAAAA ABAAEAAAICRAEA1w%3D%3D" alt="">
32 <div id="output"></div> 32 <div id="output"></div>
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698