mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision b'5d8ec746ed021738e7ee0cee92ad1a1814ba00fe' (#33274)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3acc9edd82
commit
3453d9fdad
584 changed files with 14669 additions and 3037 deletions
24
tests/wpt/meta/css/css-lists/parsing/counter-increment-computed.html.ini
vendored
Normal file
24
tests/wpt/meta/css/css-lists/parsing/counter-increment-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[counter-increment-computed.html]
|
||||
[Property counter-increment value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-increment value 'myCounter']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-increment value 'myCounter 5']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-increment value 'myCounter 7 otherCounter 8']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-increment value 'myCounter otherCounter -8']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-increment value 'myCounter 7 otherCounter']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-increment value 'myCounter calc(10 + (sign(2cqw - 10px) * 5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-increment value 'myCounter calc(10 + (sign(2cqw - 10px) * 10)) otherCounter calc(15 + (sign(2cqw - 10px) * 5))']
|
||||
expected: FAIL
|
24
tests/wpt/meta/css/css-lists/parsing/counter-reset-computed.html.ini
vendored
Normal file
24
tests/wpt/meta/css/css-lists/parsing/counter-reset-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
[counter-reset-computed.html]
|
||||
[Property counter-reset value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-reset value 'myCounter']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-reset value 'myCounter 5']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-reset value 'myCounter 7 otherCounter 8']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-reset value 'myCounter otherCounter -8']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-reset value 'myCounter 7 otherCounter']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-reset value 'myCounter calc(10 + (sign(2cqw - 10px) * 5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-reset value 'myCounter calc(10 + (sign(2cqw - 10px) * 5)) otherCounter calc(15 + (sign(2cqw - 10px) * 5))']
|
||||
expected: FAIL
|
|
@ -16,3 +16,9 @@
|
|||
|
||||
[Property counter-set value 'myCounter 7 otherCounter']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-set value 'myCounter calc(10 + (sign(2cqw - 10px) * 5))']
|
||||
expected: FAIL
|
||||
|
||||
[Property counter-set value 'myCounter calc(10 + (sign(2cqw - 10px) * 5)) otherCounter calc(15 + (sign(2cqw - 10px) * 5))']
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue