diff options
author | Oriol Brufau <obrufau@igalia.com> | 2025-01-06 06:43:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-06 14:43:30 +0000 |
commit | 1c321a17ac57e68488622abe823c0702592e9df9 (patch) | |
tree | 51dbc65c6408e645316d0213e2f7db3294e817b4 /tests/wpt/meta/css | |
parent | dd9164f49a3f53bd4567687b009da6df9ffd11ed (diff) | |
download | servo-1c321a17ac57e68488622abe823c0702592e9df9.tar.gz servo-1c321a17ac57e68488622abe823c0702592e9df9.zip |
Treat % as 0 for the min-content contribution of replaced elements (#32103)
`width` and `max-width` typically treat expressions with percentages as
their initial value, but for the min-content contribution of replaced
elements, they should instead be treated as zero.
https://drafts.csswg.org/css-sizing-3/#replaced-percentage-min-contribution
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'tests/wpt/meta/css')
-rw-r--r-- | tests/wpt/meta/css/css-sizing/keyword-sizes-on-abspos.html.ini | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/wpt/meta/css/css-sizing/keyword-sizes-on-abspos.html.ini b/tests/wpt/meta/css/css-sizing/keyword-sizes-on-abspos.html.ini deleted file mode 100644 index 508b6bddd70..00000000000 --- a/tests/wpt/meta/css/css-sizing/keyword-sizes-on-abspos.html.ini +++ /dev/null @@ -1,9 +0,0 @@ -[keyword-sizes-on-abspos.html] - [.test 17] - expected: FAIL - - [.test 22] - expected: FAIL - - [.test 27] - expected: FAIL |