| 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..bb72e875881dc5fb2a776bab4bf23e291800096b
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/trailing-margin-with-spanner.html
|
| @@ -0,0 +1,6 @@
|
| +<!DOCTYPE html>
|
| +<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>
|
|
|