Index: LayoutTests/fast/multicol/span/as-inner-multicol-expected.html |
diff --git a/LayoutTests/fast/multicol/span/as-inner-multicol-expected.html b/LayoutTests/fast/multicol/span/as-inner-multicol-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5c96c6d5f1164f905feca4c66ead7f4c7d5bfc33 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/as-inner-multicol-expected.html |
@@ -0,0 +1,19 @@ |
+<!DOCTYPE html> |
+<style> |
+ .container { width:300px; text-align:center; color:white; } |
+ .box { float:left; width:100px; line-height:50px; height:100px; } |
+ .green { background:green; } |
+</style> |
+<p>Test that an inner multicol that's also a spanner is rendered correctly.</p> |
+<p>There should be a green cross below. The word "PASS" should be seen on its right arm.</p> |
+<div class="container"> |
+ <div class="box"></div> |
+ <div class="box green"></div> |
+ <div class="box"></div> |
+ <div class="box green"></div> |
+ <div class="box green"></div> |
+ <div class="box green"><br>PASS</div> |
+ <div class="box"></div> |
+ <div class="box green"></div> |
+ <div class="box"></div> |
+</div> |