mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
28 lines
597 B
INI
Vendored
28 lines
597 B
INI
Vendored
[scope-shadow.html]
|
|
[@scope can match :host]
|
|
expected: FAIL
|
|
|
|
[@scope can match :host(...)]
|
|
expected: FAIL
|
|
|
|
[:scope matches host via the scoping root]
|
|
expected: FAIL
|
|
|
|
[:scope within :is() matches host via the scoping root]
|
|
expected: FAIL
|
|
|
|
[Implicit @scope as direct child of shadow root]
|
|
expected: FAIL
|
|
|
|
[Implicit @scope in construted stylesheet]
|
|
expected: FAIL
|
|
|
|
[Matching :host via &, :scope (subject)]
|
|
expected: FAIL
|
|
|
|
[Matching :host via &, :scope (non-subject)]
|
|
expected: FAIL
|
|
|
|
[Matching :host via &, :scope (non-subject, >)]
|
|
expected: FAIL
|