Update web-platform-tests to revision b'8f48f40aab7f7f8a8118dc1a46972d070622be52' (#32271)

This commit is contained in:
Servo WPT Sync 2024-05-12 00:42:20 -04:00 committed by GitHub
parent 2904c32e05
commit 1f6d358cf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
407 changed files with 12186 additions and 1091 deletions

View file

@ -214,3 +214,21 @@
[e.style['content'\] = "url(\\"https://www.example.com/picture.svg\\") \\"hello\\" / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"picture.svg\\") / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"picture.svg\\") / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"picture.svg\\") / attr(foo)" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"picture.svg\\") \\"hello\\" / \\"alt text\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"picture.svg\\") \\"hello\\" / \\"alt text\\" attr(foo) \\"bar\\"" should set the property value]
expected: FAIL
[e.style['content'\] = "url(\\"picture.svg\\") \\"hello\\" / attr(foo)" should set the property value]
expected: FAIL