OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script src="../../resources/ahem.js"></script> | |
3 <p>A (deprecated) flexbox shouldn't allow its items to form a continuation chain , since a | |
4 flexbox isn't a block flow (block container).</p> | |
5 <p>There should be a square below.</p> | |
6 <div style="font:20px/1 Ahem; display:-webkit-box; -webkit-box-pack:justify;"> | |
7 <span> | |
8 xxx | |
9 <div>xxx</div> | |
10 xxx | |
11 </span> | |
12 </div> | |
OLD | NEW |