| Index: LayoutTests/fast/multicol/span/preferred-widths.html
|
| diff --git a/LayoutTests/fast/multicol/span/preferred-widths.html b/LayoutTests/fast/multicol/span/preferred-widths.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..552b8611793ce68e6203dfd3c543d34cd007e336
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/preferred-widths.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| +<p>Test that a column spanner affects preferred intrinsic widths on a multicol container correctly.</p>
|
| +<p>There should be a green square, and no red, below.</p>
|
| +<div style="float:left; background:red;">
|
| + <div style="-webkit-columns:3;">
|
| + <div style="-webkit-column-span:all;">
|
| + <div style="width:200px; height:200px; background:green;"></div>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|