Index: third_party/WebKit/LayoutTests/fast/images/2-comp.html |
diff --git a/third_party/WebKit/LayoutTests/fast/images/2-comp.html b/third_party/WebKit/LayoutTests/fast/images/2-comp.html |
deleted file mode 100644 |
index 319d02daaaa27fef2eb5835b629f3fe52338c714..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/images/2-comp.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<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> |