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

Side by Side Diff: third_party/WebKit/LayoutTests/images/23-55.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 <html> 1 <html>
2 <style> 2 <style>
3 img:nth-child(even) { margin: 0 20px 0 5px } 3 img:nth-child(even) { margin: 0 20px 0 5px }
4 </style> 4 </style>
5 <body> 5 <body>
6 <!-- The right-hand image in all pairs should look the same, not change across r eloads, nor 6 <!-- The right-hand image in all pairs should look the same, not change across r eloads, nor
7 contain any bits of the left-hand image. --> 7 contain any bits of the left-hand image. -->
8 <p> 8 <p>
9 <img src="resources/57.jpg"><img src="resources/23-55.jpg?11"> 9 <img src="resources/57.jpg"><img src="resources/23-55.jpg?11">
10 <img src="resources/57.jpg"><img src="resources/23-55.jpg?21"> 10 <img src="resources/57.jpg"><img src="resources/23-55.jpg?21">
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 <img src="resources/57.jpg"><img src="resources/23-55.jpg?78"> 78 <img src="resources/57.jpg"><img src="resources/23-55.jpg?78">
79 <img src="resources/57.jpg"><img src="resources/23-55.jpg?88"> 79 <img src="resources/57.jpg"><img src="resources/23-55.jpg?88">
80 <p> 80 <p>
81 <input type="submit" onclick="location.reload()" value="Reload the page for ne w results"> 81 <input type="submit" onclick="location.reload()" value="Reload the page for ne w results">
82 <script> 82 <script>
83 if (window.testRunner) 83 if (window.testRunner)
84 window.testRunner.dumpAsTextWithPixelResults(); 84 window.testRunner.dumpAsTextWithPixelResults();
85 </script> 85 </script>
86 </body> 86 </body>
87 </html> 87 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/images/2-dht-expected.txt ('k') | third_party/WebKit/LayoutTests/images/23-55-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698