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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/2-comp.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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698