Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c37c' (#33461)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-09-15 03:26:41 +02:00 committed by GitHub
parent ed908f3fd4
commit 9f2306f760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
492 changed files with 15354 additions and 4777 deletions

View file

@ -127,3 +127,27 @@
[@scope (.a) from (.c) is not valid]
expected: FAIL
[@scope (.c <> .d) is not valid]
expected: FAIL
[@scope (.a, .c <> .d) is not valid]
expected: FAIL
[@scope (.a <> .b, .c) is not valid]
expected: FAIL
[@scope (div::before) is not valid]
expected: FAIL
[@scope (div::after) is not valid]
expected: FAIL
[@scope (slotted(div)) is not valid]
expected: FAIL
[@scope (.a) to (div::before) is not valid]
expected: FAIL
[@scope (> &) to (>>) is not valid]
expected: FAIL

View file

@ -46,3 +46,6 @@
[Scoped nested group rule]
expected: FAIL
[Scoped nested within another scope]
expected: FAIL