Update web-platform-tests to revision b'a85f0dfe538b9cb894388a65dba7a2a21db050c7' (#30879)

This commit is contained in:
Servo WPT Sync
2023-12-17 06:15:38 -05:00
committed by GitHub
parent e4aed3d06a
commit 5c8fc7309d
917 changed files with 30677 additions and 3146 deletions

View File

@@ -8,3 +8,14 @@
[e.style['background-image'\] = "cross-fade(50% url(http://www.example.com), 50% url(http://www.example.com))" should set the property value]
expected: FAIL
[e.style['background-image'\] = "cross-fade( 1% red, green)" should set the property value]
expected: FAIL
[e.style['background-image'\] = "cross-fade(1% red , green)" should set the property value]
expected: FAIL
[e.style['background-image'\] = "cross-fade(1% red, green )" should set the property value]
expected: FAIL
[e.style['background-image'\] = "cross-fade(1% red, cross-fade(2% red, green))" should set the property value]
expected: FAIL