Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)

This commit is contained in:
Servo WPT Sync 2024-03-31 01:15:08 -04:00 committed by GitHub
parent fff9ef87e6
commit 8c8d68e415
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1165 changed files with 42920 additions and 6829 deletions

View file

@ -124,3 +124,6 @@
[@scope ( to (.b) is not valid]
expected: FAIL
[@scope (.a) from (.c) is not valid]
expected: FAIL

View file

@ -0,0 +1,24 @@
[at-scope-relative-syntax.html]
[> .foo in @scope,.nest created by string valid]
expected: FAIL
[> .foo in .nest,@scope created by string valid]
expected: FAIL
[> .foo in @scope,.nest,@media screen created by string valid]
expected: FAIL
[> .foo in .nest,@scope,@media screen created by string valid]
expected: FAIL
[> .foo in @scope,.nest created by insertRule valid]
expected: FAIL
[> .foo in .nest,@scope created by insertRule valid]
expected: FAIL
[> .foo in @scope,.nest,@media screen created by insertRule valid]
expected: FAIL
[> .foo in .nest,@scope,@media screen created by insertRule valid]
expected: FAIL

View file

@ -64,3 +64,6 @@
[Scope root with :has()]
expected: FAIL
[Any scope limit makes the element out of scope]
expected: FAIL

View file

@ -16,3 +16,6 @@
[Implicit @scope with limit]
expected: FAIL
[Proximity calculation of multiple implicit @scope]
expected: FAIL