Files
servo/tests/wpt/meta-legacy-layout/css/css-values/calc-size/calc-size-parsing.tentative.html.ini
Servo WPT Sync 03ac032798 Sync WPT with upstream (11-02-2024) (#31309)
* Update web-platform-tests to revision b'33d11f1db34802fda00e64ddeb0b7ef040cf65be'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
2024-02-11 08:01:56 +00:00

43 lines
1.6 KiB
INI

[calc-size-parsing.tentative.html]
[e.style['width'\] = "calc-size(fit-content, size)" should set the property value]
expected: FAIL
[e.style['height'\] = "calc-size(min-content, size * 2)" should set the property value]
expected: FAIL
[e.style['max-width'\] = "calc-size(max-content, size / 2)" should set the property value]
expected: FAIL
[e.style['max-height'\] = "calc-size(fit-content, 30px + size / 2)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(fit-content, 50% + size / 2)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(any, 25em)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(any, 40%)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(any, 50px + 30%)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(any, calc-size(10px, sign(size) * size))" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(30px, 25em)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(calc-size(any, 30px), 25em)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(calc-size(2in, 30px), 25em)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(calc-size(min-content, 30px), 25em)" should set the property value]
expected: FAIL
[e.style['width'\] = "calc-size(calc-size(min-content, size), size)" should set the property value]
expected: FAIL