/css/selectors/has-argument-with-explicit-scope.html| status | subtest | message |
|---|---|---|
| PASS | :has(:scope) matches expected elements on scope1 | |
| PASS | :has(:scope .c) matches expected elements on scope1 | |
| PASS | :has(.a :scope) matches expected elements on scope1 | |
| PASS | .a:has(:scope) .c matches expected elements on scope1 | |
| PASS | .a:has(:scope) .c and :is(.a :scope .c) returns same elements on scope1 | |
| PASS | .a:has(:scope) .c matches expected elements on scope2 | |
| PASS | .a:has(:scope) .c and :is(.a :scope .c) returns same elements on scope2 | |
| PASS | .c:has(:is(:scope .d)) matches expected elements on scope1 | |
| PASS | .c:has(:is(:scope .d)) and :scope .c:has(.d) returns same elements on scope1 | |
| PASS | .c:has(:is(:scope .d)) and .c:has(.d) returns same elements on scope1 | |
| PASS | .c:has(:is(:scope .d)) matches expected elements on scope2 | |
| PASS | .c:has(:is(:scope .d)) and :scope .c:has(.d) returns same elements on scope2 | |
| PASS | .c:has(:is(:scope .d)) and .c:has(.d) returns same elements on scope2 |
bundle built 2026-07-16T07:16:48.063Z