Index: LayoutTests/fast/multicol/span/spanner8-expected.html |
diff --git a/LayoutTests/fast/multicol/span/spanner8-expected.html b/LayoutTests/fast/multicol/span/spanner8-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7c4e317c55316517913eedbcf9ffef9bb536b13b |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/spanner8-expected.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<script> |
+ if (window.internals) |
+ internals.settings.setRegionBasedColumnsEnabled(true); |
+</script> |
+<p>There should be a blue square below.</p> |
+<div style="margin:20px;"> |
+ <div style="width:10em; height:2em;"></div> |
+ <div style="width:6em; height:3em; background:blue;"></div> |
+ <div style="width:6em; height:3em; background:blue;"></div> |
+</div> |