diff options
author | Oriol Brufau <obrufau@igalia.com> | 2025-03-18 20:19:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 19:19:53 +0000 |
commit | 09fe51f55a8261b4d0c0208d74a62937b16fdece (patch) | |
tree | 35564f5104f48b02b89a815003509780869dd63c /tests/wpt/meta | |
parent | 99d4baa533c23995e1dac0d885999294a20c3104 (diff) | |
download | servo-09fe51f55a8261b4d0c0208d74a62937b16fdece.tar.gz servo-09fe51f55a8261b4d0c0208d74a62937b16fdece.zip |
layout: Fix intrinsic contributions of indefinite `stretch` keyword (#36030)
In #35630 I treated an indefinite `stretch` as 0px on min sizing
properties, and as `none` on max sizing properties. However, this was
only for final layout sizes, I forgot about intrinsic contributions.
Blink already modified the relevant test, I'm just reordering it a bit
since we are no longer treating `stretch` as `fit-content`, so it seems
better to test it at the end.
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'tests/wpt/meta')
-rw-r--r-- | tests/wpt/meta/MANIFEST.json | 2 | ||||
-rw-r--r-- | tests/wpt/meta/css/css-sizing/keyword-sizes-for-intrinsic-contributions.html.ini | 18 |
2 files changed, 1 insertions, 19 deletions
diff --git a/tests/wpt/meta/MANIFEST.json b/tests/wpt/meta/MANIFEST.json index 2a5c5b46f87..80553cc10ef 100644 --- a/tests/wpt/meta/MANIFEST.json +++ b/tests/wpt/meta/MANIFEST.json @@ -596233,7 +596233,7 @@ ] ], "keyword-sizes-for-intrinsic-contributions.html": [ - "5a2a9ab615368d1cc3181cf84d9ebdefaf79368a", + "dc287b195907e2b114a4d035470dde94f4039b84", [ null, {} diff --git a/tests/wpt/meta/css/css-sizing/keyword-sizes-for-intrinsic-contributions.html.ini b/tests/wpt/meta/css/css-sizing/keyword-sizes-for-intrinsic-contributions.html.ini deleted file mode 100644 index 20dd43c39b9..00000000000 --- a/tests/wpt/meta/css/css-sizing/keyword-sizes-for-intrinsic-contributions.html.ini +++ /dev/null @@ -1,18 +0,0 @@ -[keyword-sizes-for-intrinsic-contributions.html] - [.test 15] - expected: FAIL - - [.test 19] - expected: FAIL - - [.test 23] - expected: FAIL - - [.test 27] - expected: FAIL - - [.test 31] - expected: FAIL - - [.test 35] - expected: FAIL |