Index: LayoutTests/fast/multicol/composited-relpos-expected.html |
diff --git a/LayoutTests/fast/multicol/composited-relpos-expected.html b/LayoutTests/fast/multicol/composited-relpos-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7e2bda37cd0152f6a23f2eb603e90835912e3e95 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/composited-relpos-expected.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<p>There should be two yellow boxes below, on a blue background.</p> |
+<div style="-webkit-columns:2; column-fill:auto; height:13em; line-height:2em;"> |
+ <div style="position:absolute; z-index:-1; left:0; right:0; height:13em; background:blue;"></div> |
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ <div style="margin:10px; background:yellow;"> |
+ first<br> |
+ column<br> |
+ second<br> |
+ column<br> |
+ </div> |
+</div> |