Index: third_party/WebKit/LayoutTests/fast/multicol/out-of-flow/abspos-auto-position-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/out-of-flow/abspos-auto-position-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/out-of-flow/abspos-auto-position-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..75414741fdf567712d7679e69a13e48c6d812e67 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/out-of-flow/abspos-auto-position-expected.html |
@@ -0,0 +1,5 @@ |
+<!DOCTYPE html> |
+<p>There should be a hotpink square, centered inside a yellow rectangle.</p> |
+<div style="padding:10px; height:6em; margin-top:100px; width:18em; background:yellow;"> |
+ <div style="width:6em; height:6em; margin:auto; background:hotpink;"></div> |
+</div> |