mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Let table-related boxes adjust their overflow
values (#33400)
The `overflow` property doesn't apply to table track and track groups, and table elements only accept a few `overflow` values. Therefore, this patch adds an `effective_overflow()` method to get the actual value that needs to be used. Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
027fc53e2f
commit
9175e598ad
6 changed files with 64 additions and 17 deletions
|
@ -1,2 +0,0 @@
|
|||
[text-overflow-025.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue