Index: LayoutTests/fast/multicol/span/relpos-in-block-expected.html |
diff --git a/LayoutTests/fast/multicol/span/relpos-in-block-expected.html b/LayoutTests/fast/multicol/span/relpos-in-block-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5753f965d44910a802d9dbb7fd75b853cf2c1a2e |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/relpos-in-block-expected.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<p>Test that a relatively positioned spanner is positioned correctly.</p> |
+<p>Below there should be a green square, and nothing else.</p> |
+<div style="overflow:hidden; width:9em;"> |
+ <div style="margin-top:12em; height:9em; background:green;"></div> |
+</div> |