mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Implement special table sizing for floats (#32150)
Tables should always be at least as big as their min-content size, even if we would expect a smaller size according to CSS sizing properties. #31455 implemented it for in-flow tables participting in flow layout, but a few cases remained. This patch addresses floated tables.
This commit is contained in:
parent
18a4c7503a
commit
a14ee03de3
2 changed files with 18 additions and 6 deletions
|
@ -1,2 +0,0 @@
|
|||
[floated-table-wider-than-specified.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue