summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/images/2-comp.html
blob: 319d02daaaa27fef2eb5835b629f3fe52338c714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<style>
  head, body { margin: 0; padding: 0 }
  img { margin: 0 1px 1px 0 }
</style>
<body>
<!-- The right-hand image in all pairs should look the same, not change across reloads, nor
  contain any bits of the left-hand image. -->
  <img src="resources/59.jpg"><img src="resources/2-comp.jpg?11"><br>
  <img src="resources/59.jpg"><img src="resources/2-comp.jpg?21"><br>
  <img src="resources/59.jpg"><img src="resources/2-comp.jpg?31"><br>
<script>
if (window.testRunner)
    window.testRunner.dumpAsTextWithPixelResults();
</script>  
</body>
</html>