OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>Test that a column spanner affects preferred intrinsic widths on a multicol c ontainer correctly.</p> | |
3 <p>There should be a green square, and no red, below.</p> | |
4 <div style="width:-webkit-fit-content; -webkit-columns:3; background:red;"> | |
5 <div style="-webkit-column-span:all;"> | |
6 <div style="width:200px; height:200px; background:green;"></div> | |
7 </div> | |
8 </div> | |
OLD | NEW |