| Index: LayoutTests/fast/multicol/span/trailing-margin-around-spanner.html
|
| diff --git a/LayoutTests/fast/multicol/span/trailing-margin-around-spanner.html b/LayoutTests/fast/multicol/span/trailing-margin-around-spanner.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..89f6cbb8f1a747d83063edbaf8170a4e94caff5d
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/trailing-margin-around-spanner.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<p>You should see the word 'PASS' below.</p>
|
| +<div style="float:left;">
|
| + <div style="-webkit-columns:4; -webkit-column-gap:0; column-gap:0;">
|
| + <div style="margin-bottom:1px;">
|
| + P<br>
|
| + A<br>
|
| + S<br>
|
| + S<br>
|
| + <div style="-webkit-column-span:all;"> </div>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|