Index: third_party/WebKit/LayoutTests/css3/images/pixelated-background-image.html |
diff --git a/third_party/WebKit/LayoutTests/css3/images/pixelated-background-image.html b/third_party/WebKit/LayoutTests/css3/images/pixelated-background-image.html |
deleted file mode 100644 |
index 056a4797b9aa3eec1d7c2af1f8f693a944b06ccc..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/css3/images/pixelated-background-image.html |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-<!DOCTYPE html> |
- <style> |
- body { |
- padding: 0; |
- margin: 0; |
- width: 200px; |
- height: 200px; |
- image-rendering: pixelated; |
- } |
- div { |
- width: 100px; |
- height: 100px; |
- } |
- .image { |
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQIHWP4z8DwHwyBNJDN8B8AQNEG+t5Ik2kAAAAASUVORK5CYII=); |
- background-size: 50px; |
- } |
-</style> |
-<body class="image"> |
- <!-- Both the body and div should have backgrounds consisting of solid color blocks with no blurring of edges. --> |
- <div class="image"></div> |
-</body> |
-<script> |
- // Ignore the render tree. |
- if (window.testRunner) |
- window.testRunner.dumpAsTextWithPixelResults(); |
-</script> |