mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
* Update web-platform-tests to revision b'33d11f1db34802fda00e64ddeb0b7ef040cf65be' * Update expectations --------- Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
43 lines
1.6 KiB
INI
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
|