Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
Passtypes: none shoud result in []
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: abc shoud result in ["abc"]
Asserts run
Pass
assert_array_equals(["abc"], ["abc"])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: abc xyz shoud result in ["abc","xyz"]
Asserts run
Pass
assert_array_equals(["abc", "xyz"], ["abc", "xyz"])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: abc xyz shoud result in ["abc","xyz"]
Asserts run
Pass
assert_array_equals(["abc", "xyz"], ["abc", "xyz"])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: abc none shoud result in []
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: abc -ua-something shoud result in []
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: abc -ok-something shoud result in ["abc","-ok-something"]
Asserts run
Pass
assert_array_equals(["abc", "-ok-something"], ["abc", "-ok-something"])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: abc abc shoud result in ["abc","abc"]
Asserts run
Pass
assert_array_equals(["abc", "abc"], ["abc", "abc"])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: abc ABC shoud result in ["abc","ABC"]
Asserts run
Pass
assert_array_equals(["abc", "ABC"], ["abc", "ABC"])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: 123 shoud result in []
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: * shoud result in []
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)
Passtypes: *11 abc shoud result in []
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /css/css-view-transitions/navigation/with-types/at-rule-with-types-parsing.html:17:7)