Pass | :has(:scope) matches expected elements on scope1 | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:40:7) |
|
Pass | :has(:scope .c) matches expected elements on scope1 | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:40:7) |
|
Pass | :has(.a :scope) matches expected elements on scope1 | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:40:7) |
|
Pass | .a:has(:scope) .c matches expected elements on scope1 | Asserts runPass | assert_equals("d02,d03", "d02,d03")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:40:7) |
|
Pass | .a:has(:scope) .c and :is(.a :scope .c) returns same elements on scope1 | Asserts runPass | assert_equals("d02,d03", "d02,d03")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:49:7) |
|
Pass | .a:has(:scope) .c matches expected elements on scope2 | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:40:7) |
|
Pass | .a:has(:scope) .c and :is(.a :scope .c) returns same elements on scope2 | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:49:7) |
|
Pass | .c:has(:is(:scope .d)) matches expected elements on scope1 | Asserts runPass | assert_equals("d02,d03", "d02,d03")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:40:7) |
|
Pass | .c:has(:is(:scope .d)) and :scope .c:has(.d) returns same elements on scope1 | Asserts runPass | assert_equals("d02,d03", "d02,d03")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:49:7) |
|
Pass | .c:has(:is(:scope .d)) and .c:has(.d) returns same elements on scope1 | Asserts runPass | assert_equals("d02,d03", "d02,d03")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:49:7) |
|
Pass | .c:has(:is(:scope .d)) matches expected elements on scope2 | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:40:7) |
|
Pass | .c:has(:is(:scope .d)) and :scope .c:has(.d) returns same elements on scope2 | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:49:7) |
|
Pass | .c:has(:is(:scope .d)) and .c:has(.d) returns same elements on scope2 | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/selectors/has-argument-with-explicit-scope.html:49:7) |
|