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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..42af6b795ff5c60fce92398eb4269e90b5223904 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/positioned-document-element-expected.html |
@@ -0,0 +1,17 @@ |
+<!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> |