| 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..b5c457f033e5774f0fe18bb7e136d27fdcc499c3
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/trailing-margin-with-spanner-expected.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>
|
| +<div style="-webkit-column-span:all; column-span:all; background:blue;"> </div>
|
|
|