OLD | NEW |
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 Loading... |
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> |
OLD | NEW |