mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)
This commit is contained in:
parent
fff9ef87e6
commit
8c8d68e415
1165 changed files with 42920 additions and 6829 deletions
|
@ -124,3 +124,6 @@
|
|||
|
||||
[@scope ( to (.b) is not valid]
|
||||
expected: FAIL
|
||||
|
||||
[@scope (.a) from (.c) is not valid]
|
||||
expected: FAIL
|
||||
|
|
|
@ -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
|
|
@ -64,3 +64,6 @@
|
|||
|
||||
[Scope root with :has()]
|
||||
expected: FAIL
|
||||
|
||||
[Any scope limit makes the element out of scope]
|
||||
expected: FAIL
|
||||
|
|
|
@ -16,3 +16,6 @@
|
|||
|
||||
[Implicit @scope with limit]
|
||||
expected: FAIL
|
||||
|
||||
[Proximity calculation of multiple implicit @scope]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue