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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
917 changed files with 30677 additions and 3146 deletions

View file

@ -19,3 +19,15 @@
["my-input[type=\\"foo\\"\]:state(--0)::before" should be a valid selector]
expected: FAIL
["my-input[type=\\"foo\\"\]:state(--0)::part(inner)" should be a valid selector]
expected: FAIL
["my-input[type=\\"foo\\"\]:state(--0)::part(inner):state(bar)" should be a valid selector]
expected: FAIL
["::part(inner):state(bar)::before" should be a valid selector]
expected: FAIL
["::part(inner):state(bar)::after" should be a valid selector]
expected: FAIL