Pass | :has(child) matches expectedly | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(> child) matches expectedly | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(descendant) matches expectedly | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(> descendant) matches expectedly | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(~ direct_sibling) matches expectedly | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(+ direct_sibling) matches expectedly | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(~ indirect_sibling) matches expectedly | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(+ indirect_sibling) matches expectedly | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(*) matches expectedly | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(> *) matches expectedly | Asserts runPass | assert_equals(true, true)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(~ *) matches expectedly | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|
Pass | :has(+ *) matches expectedly | Asserts runPass | assert_equals(false, false)
at Test.<anonymous> ( /css/selectors/has-matches-to-uninserted-elements.html:13:7) |
|