Summary

Harness status: OK

Found 20 tests

Details

ResultTest NameMessage
Pass:not(#a) matches expected elements
Asserts run
Pass
assert_equals("b,c,d,e,f", "b,c,d,e,f")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(#a #d) matches expected elements
Asserts run
Pass
assert_equals("a,b,c,e,f", "a,b,c,e,f")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(#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/not-complex.html:22:7)
Pass:not(div div) matches expected elements
Asserts run
Pass
assert_equals("a,b,c", "a,b,c")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(div + div) matches expected elements
Asserts run
Pass
assert_equals("a,d,e,f", "a,d,e,f")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(main > div) matches expected elements
Asserts run
Pass
assert_equals("d,e,f", "d,e,f")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(#a, #b) matches expected elements
Asserts run
Pass
assert_equals("c,d,e,f", "c,d,e,f")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(#f, main > div) matches expected elements
Asserts run
Pass
assert_equals("d,e", "d,e")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(div + div + div, div + div > div) matches expected elements
Asserts run
Pass
assert_equals("a,b,d", "a,b,d")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(div:nth-child(1)) matches expected elements
Asserts run
Pass
assert_equals("b,c", "b,c")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(: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/not-complex.html:22:7)
Pass:not(:not(:not(div))) matches expected elements
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(div, span) matches expected elements
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/selectors/not-complex.html:22:7)
Pass:not(span, p) 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/not-complex.html:22:7)
Pass:not(#unknown, .unknown) 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/not-complex.html:22:7)
Pass:not(#unknown > div, 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/not-complex.html:22:7)
Pass:not(#unknown ~ div, 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/not-complex.html:22:7)
Pass:not(:hover 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/not-complex.html:22:7)
Pass:not(:link 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/not-complex.html:22:7)
Pass:not(:visited 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/not-complex.html:22:7)