Summary

Harness status: OK

Found 5 tests

Details

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