mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Allow table-layout:fixed to shrink cells to less than the border+padding (#33442)
A table cell with `width: auto` in fixed layout will now have an outer min-content width of zero, even if it has borders or padding. In a way, this is like allowing the content-box width to become negative. Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
b4a0a240a7
commit
a2b8bdb903
14 changed files with 14 additions and 33 deletions
|
@ -1,7 +1,4 @@
|
|||
[table-width-redistribution-fixed-padding.html]
|
||||
[table 6]
|
||||
expected: FAIL
|
||||
|
||||
[table 10]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue