mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
27 lines
597 B
INI
Vendored
27 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
|