Index: third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-1.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-1.html b/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-1.html |
deleted file mode 100644 |
index e68b75d8938d6419dc4085cec6946066e296304e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-1.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<head> |
- <!-- The html element steals body's red background whether body has a box or not. --> |
- <script type="text/javascript"> |
- if (window.testRunner) |
- window.testRunner.dumpAsTextWithPixelResults(); |
- function runTest() |
- { |
- document.body.style.display = "none"; |
- } |
- </script> |
-</head> |
-<body onload="runTest();" style="margin: 50px; background-color: red;"> |
-</body> |