| Index: LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit.html
|
| diff --git a/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit.html b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bf2c3ed260079327e785ecd9abd15e86f1cc8ea3
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<p>Check that the top margin on a block around a spanner inside an auto-filled multicol container
|
| + isn't lost.</p>
|
| +<p>Below there should be a black square between two blue squares.</p>
|
| +<div style="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:600px; height:200px; background:blue;">
|
| + <div style="margin-top:200px; border-top:100px solid black;">
|
| + <div style="-webkit-column-span:all; width:200px; height:100px; margin:auto; background:black;"></div>
|
| + <div></div>
|
| + </div>
|
| +</div>
|
|
|