Update web-platform-tests to revision b'aa0081aeb91d3890fbc8e21ccda3ab61ccd099fa'

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync
2025-03-23 13:05:37 +00:00
committed by WPT Sync Bot
parent 8b8b447ef0
commit 347c581a84
404 changed files with 11108 additions and 2362 deletions

View File

@@ -0,0 +1,27 @@
[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