mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca443' (#36195)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3f5220b421
commit
ecaf2930cc
734 changed files with 24588 additions and 5583 deletions
27
tests/wpt/meta/css/css-values/calc-complex-unresolved-serialize.html.ini
vendored
Normal file
27
tests/wpt/meta/css/css-values/calc-complex-unresolved-serialize.html.ini
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue