| 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..534d42d33079d2662cc09271e5a2ebfb1abf4e0d
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/multicol/span/preferred-widths.html
 | 
| @@ -0,0 +1,8 @@
 | 
| +<!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="width:-webkit-fit-content; -webkit-columns:3; background:red;">
 | 
| +    <div style="-webkit-column-span:all;">
 | 
| +        <div style="width:200px; height:200px; background:green;"></div>
 | 
| +    </div>
 | 
| +</div>
 | 
| 
 |