mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Include border-spacing gutters in compute_inline_content_sizes (#31337)
This way, if the table is inside an intrinsically sized container, like a float or inline-block, the table won't overflow it (in basic cases).
This commit is contained in:
parent
d78ebfb20c
commit
07c7096246
3 changed files with 3 additions and 12 deletions
|
@ -4,9 +4,3 @@
|
|||
|
||||
[.table 2]
|
||||
expected: FAIL
|
||||
|
||||
[.table 3]
|
||||
expected: FAIL
|
||||
|
||||
[.table 4]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,12 +2,6 @@
|
|||
[table 2]
|
||||
expected: FAIL
|
||||
|
||||
[table 3]
|
||||
expected: FAIL
|
||||
|
||||
[table 4]
|
||||
expected: FAIL
|
||||
|
||||
[table 5]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue