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