Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html |
deleted file mode 100644 |
index 942d2b97ed8c2cdbd6769fed2629281aa9e4b6c0..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<html> |
-<head> |
- <link rel="stylesheet" href="resources/default.css"> |
- <script src="resources/text-based-repaint.js"></script> |
- <script> |
- if (window.testRunner) |
- testRunner.dumpAsTextWithPixelResults(); |
- |
- function repaintTest() |
- { |
- window.scrollTo(0, 100); |
- } |
- </script> |
-</head> |
-<body style="height:2000px;" onload="runRepaintAndPixelTest()"> |
- <!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: Layer fixed position logic needs more basic testing --> |
- <!-- You should see no red on this page. --> |
- <div style="position: absolute; top: 200px;" class="red"></div> |
- <div style="position: fixed; top: 100px;" class="green"></div> |
-</body> |
-</html> |