mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
layout: Floor the max-content size by the min-content size (#36518)
It's typically a given that the min-content size can't exceed the max-content size. However, it was possible to break that assumption when an inline formatting context had contents with a negative outer size (due to margins). This could lead to assert failures. This patch avoids the problem by flooring the max-content size to not be smaller than the min-content size. Note there is no interoperability: https://github.com/w3c/csswg-drafts/issues/12076 Testing: adding new reftest and crashtest Fixes: #36481 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
7b2fd52992
commit
c7502a99f0
4 changed files with 71 additions and 2 deletions
20
tests/wpt/meta/MANIFEST.json
vendored
20
tests/wpt/meta/MANIFEST.json
vendored
|
@ -4901,6 +4901,13 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"cell-contents-with-negative-outer-size.html": [
|
||||
"c9cd275ad9e07fa33fa4c8ac363b891562628614",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"col_span_dynamic_crash.html": [
|
||||
"67630066fad440e64f901512622cbaabdc4af370",
|
||||
[
|
||||
|
@ -249543,6 +249550,19 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"min-content-le-max-content.tentative.html": [
|
||||
"81bc6969d50cd57e33b0268bc26bec6ec42ea6a9",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"min-content-min-width-000.html": [
|
||||
"9dff1b973477b15b1118787e4ad5d213abfb6809",
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue