Bug 1894148 [wpt PR 45971] - Update wpt metadata, a=testonly

wpt-pr: 45971
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2024-04-30 03:12:35 +00:00
Родитель 6308801a5a
Коммит 1ea18e97c4
1 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -52,3 +52,21 @@
[e.style['width'\] = "calc-size(10px, sign(size) * size)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(30px)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(min(30px, 2em))" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(calc-size(any, 30px))" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(fit-content)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(calc-size(fit-content, size * 2))" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(calc-size(30px))" should set the property value]
expected: FAIL