blob: 36c8732987303d3261a415b15b4b6dde3f9e906e [file] [log] [blame]
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 direct child of the ::first-letter pseudo object. The paged overflow / multicol implementation would violate this assumption by inserting a flow thread object between the ::first-letter pseudo object and the actual text.
PASS if no crash or assertion failure.
x