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:
Servo WPT Sync 2024-09-01 03:40:45 +02:00 committed by GitHub
parent 3acc9edd82
commit 3453d9fdad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
584 changed files with 14669 additions and 3037 deletions

View file

@ -0,0 +1,3 @@
[attr-container-style-query.html]
[style query should implement to true]
expected: FAIL

View file

@ -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

View file

@ -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