Index: third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.html |
deleted file mode 100644 |
index 4fd0e6726fd8482e856840816418ce051b5c8e2c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.html |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-<html> |
-<head> |
- <style type="text/css" media="screen"> |
- body { |
- margin: 10px; |
- } |
- #square { |
- width: 100px; |
- height: 100px; |
- } |
- #overlay { |
- position: absolute; |
- left: 35px; |
- top: 35px; |
- width: 50px; |
- height: 50px; |
- background: green |
- } |
- </style> |
-</head> |
-<body> |
-<div id="square"></div> |
-<div id="overlay"></div> |
- |
-<p><a href="https://bugs.webkit.org/show_bug.cgi?id=19623">https://bugs.webkit.org/show_bug.cgi?id=19623</a></p> |
-<p>Test for incomplete repaint when a non-layer object gains a transform. You should see a green square above. If you see any red, the test has failed.</p> |
-</body> |
-</html> |