mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +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
3
tests/wpt/meta/css/css-values/attr-container-style-query.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-values/attr-container-style-query.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[attr-container-style-query.html]
|
||||
[style query should implement to true]
|
||||
expected: FAIL
|
|
@ -1,13 +1,7 @@
|
|||
[calc-infinity-nan-computed.html]
|
||||
[Property width value 'calc(infinity * 1px + infinity * 1%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property width value 'calc(min(NaN * 1px, infinity * 1px) + max(infinity * 1px, -infinity * 1px))']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-duration value 'calc(1 / 0 * 1s)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(infinity * 1deg)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
['calc(1 * max(NaN * 1cm, NaN * 2Q))' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1 * min(NaN * 2px, NaN * 4em))' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue