Index: third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-large-abspos-div.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-large-abspos-div.html b/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-large-abspos-div.html |
deleted file mode 100644 |
index 5e997e634b156d7552b968c3af549cb11b84dccf..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-large-abspos-div.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<!DOCTYPE html> |
- |
-<body> |
- <div style="position: absolute; height:4000px; width: 100px;"></div> |
-</body> |
-<img src="resources/ducky.png"></img> |
-<script> |
-if (window.testRunner) |
- window.testRunner.waitUntilDone(); |
-window.onload = function() { |
- document.body.style.background = 'url(resources/ducky.png)'; |
- window.scrollTo(0, 3000); |
- if (window.testRunner) |
- testRunner.notifyDone(); |
-} |
-</script> |