mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
layout: Fix intrinsic contributions of tables (#34696)
If a table element had e.g. `width: 0px`, we were assuming that this was its intrinsic min-content and max-content contributions. However, tables are always at least as big as its min-content size, so this patch floors the intrinsic contributions by that amount. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
915901bdec
commit
65c65c9a6a
7 changed files with 24 additions and 12 deletions
|
@ -1,2 +0,0 @@
|
|||
[table-intrinsic-size-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-intrinsic-size-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-intrinsic-size-003.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[table-intrinsic-size-004.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue