OLD | NEW |
---|---|
(Empty) | |
1 overflow-y isn't a valid property for ::first-letter. We'd crash when extracting innerText, because the implementation expects that the first letter text is a d irect child of the ::first-letter pseudo object. The paged overflow / multicol i mplementation would violate this assumption by inserting a flow thread object be tween the ::first-letter pseudo object and the actual text. | |
2 | |
3 PASS if no crash or assertion failure. | |
4 | |
5 x | |
OLD | NEW |