1
0
Fork 0
firefox/testing/web-platform/meta/css/css-values/calc-complex-unresolved-serialize.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

27 lines
1.1 KiB
INI

[calc-complex-unresolved-serialize.html]
['calc(pow(2, sign(1em - 18px)))' as a computed value should serialize as '2'.]
expected: FAIL
['calc(pow(sign(1em - 18px), 2))' as a computed value should serialize as '1'.]
expected: FAIL
['calc(pow(sign(1em - 18px), sign(1em - 18px)))' as a computed value should serialize as '1'.]
expected: FAIL
['calc(pow(2, sibling-index())' as a specified value should serialize as 'calc(pow(2, sibling-index()))'.]
expected: FAIL
['calc(pow(2, sibling-index())' as a computed value should serialize as '2'.]
expected: FAIL
['calc(pow(sibling-index(), 2)' as a specified value should serialize as 'calc(pow(sibling-index(), 2))'.]
expected: FAIL
['calc(pow(sibling-index(), 2)' as a computed value should serialize as '1'.]
expected: FAIL
['calc(pow(sibling-index(), sibling-index())' as a specified value should serialize as 'calc(pow(sibling-index(), sibling-index()))'.]
expected: FAIL
['calc(pow(sibling-index(), sibling-index())' as a computed value should serialize as '1'.]
expected: FAIL