Index: third_party/WebKit/LayoutTests/fast/images/pixelated-composited-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/images/pixelated-composited-expected.html b/third_party/WebKit/LayoutTests/fast/images/pixelated-composited-expected.html |
deleted file mode 100644 |
index ead485b1480a5d97c81d321d440ec055e9266961..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/images/pixelated-composited-expected.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<style> |
- img { |
- width: 110px; |
- height: 110px; |
- image-rendering: pixelated; |
- } |
-</style> |
-<body> |
- <!-- Draw a normal pixelated image. --> |
- <img src="resources/grid-small.png"> |
-</body> |
-<script> |
- // Ignore the render tree. |
- if (window.testRunner) |
- window.testRunner.dumpAsTextWithPixelResults(); |
-</script> |