Index: LayoutTests/fast/multicol/span/trailing-margin-with-spanner.html |
diff --git a/LayoutTests/fast/multicol/span/trailing-margin-with-spanner.html b/LayoutTests/fast/multicol/span/trailing-margin-with-spanner.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..858901e78403601e7c6b3b802c772de3519b68f0 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/trailing-margin-with-spanner.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 style="-webkit-column-span:all; column-span:all;"> </div> |
+</div> |