Index: third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html b/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
deleted file mode 100644 |
index affb63f6f5e63a92bad2bb365447fa0c2f056e0f..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/resources/iframe-scroll-repaint-iframe.html |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-<!DOCTYPE html> |
-<html style="background-color:#eeeeee; overflow:hidden"> |
-<script src="text-based-repaint.js"></script> |
-<script> |
-function repaintTest() { |
- document.scrollingElement.scrollTop = 20; |
-} |
-</script> |
-<body onload="runRepaintTest()"> |
-<div style="height:500px"> |
- |