Update web-platform-tests to revision b'1a5b13545ae58e468ed11e4c21912a3faf3355ea' (#35384)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-02-09 02:38:02 +01:00 committed by GitHub
parent df73d02932
commit a284bbd29d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
487 changed files with 12243 additions and 4352 deletions

View file

@ -13,3 +13,15 @@
[e.style['animation-timing-function'\] = "steps(calc(2 + sign(100em - 1px)))" should set the property value]
expected: FAIL
[e.style['animation-timing-function'\] = "cubic-bezier(calc(-2), calc(0.7 / 2), calc(1.5), calc(0))" should set the property value]
expected: FAIL
[e.style['animation-timing-function'\] = "steps(calc(-10), start)" should set the property value]
expected: FAIL
[e.style['animation-timing-function'\] = "steps(calc(5 / 2), start)" should set the property value]
expected: FAIL
[e.style['animation-timing-function'\] = "steps(calc(1), jump-none)" should set the property value]
expected: FAIL