OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 Tests repaint of subsequences when a non-stacking-context ancestor's clip change s. | |
3 Passes if the text is clipped at the yellow background. | |
4 <div style="overflow: hidden; background-color: yellow; width: 200px; white-spac e: nowrap"> | |
5 <span style="display: inline-block; width: 10px"></span> | |
6 Should be clipped: ABCDEFGHIJKLMNOPQRSTUVWXYZ | |
7 </div> | |
OLD | NEW |