mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Anonymous boxes that wrap inlines should not inherit overflow (#30579)
In legacy layout, anonymous text wrappers were inheriting the `overflow` and `text-overflow` properties. This results in the creation of extra clipping for these anonymous wrappers which could clip away floats. We will likely implement `text-overflow` differently in non-legacy layout. This change marks all legacy layout pseudo elements as "legacy" and also adds a new pseudo element for non-legacy layout that does not inherit `overflow`. Fixes #30562. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[position-sticky-hyperlink.html]
|
||||
expected: FAIL
|
||||
Reference in New Issue
Block a user