Pass | parse 'none' | Asserts runPass | assert_equals("none", "none")
at Test.<anonymous> ( /css/css-transitions/transition-property-001.html:39:21) |
|
Pass | parse 'all' | Asserts runPass | assert_equals("all", "all")
at Test.<anonymous> ( /css/css-transitions/transition-property-001.html:39:21) |
|
Pass | parse 'width' | Asserts runPass | assert_equals("width", "width")
at Test.<anonymous> ( /css/css-transitions/transition-property-001.html:39:21) |
|
Pass | parse 'all, width' | Asserts runPass | assert_equals("all, width", "all, width")
at Test.<anonymous> ( /css/css-transitions/transition-property-001.html:39:21) |
|
Pass | parse 'width, all' | Asserts runPass | assert_equals("width, all", "width, all")
at Test.<anonymous> ( /css/css-transitions/transition-property-001.html:39:21) |
|