Summary

Harness status: OK

Found 18 tests

Details

ResultTest NameMessage
Passselector() function accepts a selector
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:9:5)
Passselector() function doesn't accept a selector list
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:13:5)
Passselector() function rejects unknown webkit pseudo-elements.
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:17:5)
Passselector() function accepts known pseudo-elements
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:21:5)
Passselector() with simple combinators
Asserts run
Pass
assert_equals(true, true)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:25:5)
Passselector() with unknown combinators
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:29:5)
Passselector() with forgiving :is, 1 arg
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:33:5)
Passselector() with forgiving :is, multiple args
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:37:5)
Passselector() with forgiving :where, 1 arg
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:41:5)
Passselector() with forgiving :where, multiple args
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:45:5)
Passselector() with forgiving :has, 1 arg
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:49:5)
Passselector() with forgiving :has, multiple args
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:53:5)
Passselector() with unforgiving :nth-child, 1 arg
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:57:7)
Passselector() with unforgiving :nth-last-child, 1 arg
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:61:7)
Passselector() with unforgiving :nth-child, multiple args
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:65:7)
Passselector() with unforgiving :nth-last-child, multiple args
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:69:7)
Passselector() with a non-identifier after :nth-child's An+B index
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:73:7)
Passselector() with a non-identifier after :nth-last-child's An+B index
Asserts run
Pass
assert_equals(false, false)
    at Test.<anonymous> ( /css/css-conditional/js/CSS-supports-L4.html:77:7)