Index: LayoutTests/fast/multicol/span/trailing-margin-with-spanner-expected.html |
diff --git a/LayoutTests/fast/multicol/span/trailing-margin-with-spanner-expected.html b/LayoutTests/fast/multicol/span/trailing-margin-with-spanner-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bd678038053a619dbf3932e6a7862b782295ba5a |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/trailing-margin-with-spanner-expected.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<script> |
+ if (window.internals) |
+ internals.settings.setRegionBasedColumnsEnabled(true); |
+</script> |
+<p>There should be no scrollbars.</p> |
+<div style="-webkit-columns:3; columns:3; orphans:1; widows:1; background:blue;"> |
+ <div style="margin-bottom:10em;"> </div> |
+</div> |
+<div style="-webkit-column-span:all; column-span:all; background:blue;"> </div> |