| Index: LayoutTests/fast/multicol/span/simple-margins.html
|
| diff --git a/LayoutTests/fast/multicol/span/simple-margins.html b/LayoutTests/fast/multicol/span/simple-margins.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..73e475d4634d9c991bb575335d80e417bd1f4dd7
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/simple-margins.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<p>Below there should be yellow square centered inside a blue square.</p>
|
| +<div style="-webkit-columns:3; width:300px; background:blue;">
|
| + <div style="-webkit-column-span:all; margin:50px; height:200px; background:red;">
|
| + <div style="height:100%; background:yellow;"></div>
|
| + </div>
|
| +</div>
|
|
|