OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script src="../../../resources/check-layout.js"></script> | |
3 <script> | |
4 onload = function() { checkLayout('#stf'); } | |
5 </script> | |
6 <p>Test that a spanner contributes to the maximum preferred width of a multicol container.</p> | |
7 <p>Below there should be a blue square.</p> | |
8 <div id="stf" style="width:-webkit-max-content;" data-expected-width="160" data- expected-height="160"> | |
9 <div style="-webkit-columns:4; -webkit-column-gap:0; font:20px/1 Ahem; color :blue; background:blue;"> | |
10 X<br>X<br>X<br>X<br> | |
11 X<br>X<br>X<br>X<br> | |
12 <div style="-webkit-column-span:all;"> | |
13 XXXX XXX | |
14 </div> | |
15 X<br>X<br>X<br>X<br> | |
16 X<br>X<br>X<br>X<br> | |
17 X<br>X<br>X<br>X<br> | |
18 X<br>X<br>X<br>X<br> | |
19 X<br>X<br>X<br>X<br> | |
20 </div> | |
21 </div> | |
OLD | NEW |