Summary

Harness status: OK

Found 18 tests

Details

ResultTest NameMessage
Pass:not(:is(#a)) matches expected elements
Asserts run
Pass
assert_equals("b,c,d,e,f", "b,c,d,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:where(#b)) matches expected elements
Asserts run
Pass
assert_equals("a,c,d,e,f", "a,c,d,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:where(:root #c)) matches expected elements
Asserts run
Pass
assert_equals("a,b,d,e,f", "a,b,d,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(#a, #b)) matches expected elements
Asserts run
Pass
assert_equals("c,d,e,f", "c,d,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(#b div)) matches expected elements
Asserts run
Pass
assert_equals("a,b,c,d,f", "a,b,c,d,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(#a div, div + div)) matches expected elements
Asserts run
Pass
assert_equals("a,e,f", "a,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(span)) matches expected elements
Asserts run
Pass
assert_equals("a,b,c,d,e,f", "a,b,c,d,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(div)) matches expected elements
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(*|div)) matches expected elements
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(*|*)) matches expected elements
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(*)) matches expected elements
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(svg|div)) matches expected elements
Asserts run
Pass
assert_equals("a,b,c,d,e,f", "a,b,c,d,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(:not(div))) matches expected elements
Asserts run
Pass
assert_equals("a,b,c,d,e,f", "a,b,c,d,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(span, b, i)) matches expected elements
Asserts run
Pass
assert_equals("a,b,c,d,e,f", "a,b,c,d,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(span, b, i, div)) matches expected elements
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(#b ~ div div, * + #c)) matches expected elements
Asserts run
Pass
assert_equals("a,b,d,e", "a,b,d,e")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(div > :not(#e))) matches expected elements
Asserts run
Pass
assert_equals("a,b,c,e", "a,b,c,e")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)
Pass:not(:is(div > :not(:where(#e, #f)))) matches expected elements
Asserts run
Pass
assert_equals("a,b,c,e,f", "a,b,c,e,f")
    at Test.<anonymous> ( /css/selectors/is-where-not.html:23:7)