OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>Add a spanner inside a fixed-size clipped block inside a multicol container. It should not be | |
3 affected by the clipping, since the containing block of a spanner is the mul ticol | |
4 container. This also tests that we don't perform any optimized subtree layou t operations | |
5 incompatible with multicol (which would typically cause assertion failures). </p> | |
6 <p>You should see the word "PASS" below, and nothing else (no red, no "FAIL").</ p> | |
7 <div style="line-height:2em;"> | |
8 <br> | |
9 PASS | |
10 </div> | |
OLD | NEW |