Index: third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html |
deleted file mode 100644 |
index 42af6b795ff5c60fce92398eb4269e90b5223904..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
- |
-<html> |
-<head> |
- <style type="text/css" media="screen"> |
- html { |
- position: absolute; |
- top: 100px; |
- left: 100px; |
- background-color: green; |
- } |
- </style> |
-</head> |
-<body> |
- <p>Tests that the entire viewport is painted with a floated html element.</p> |
-</body> |
-</html> |