Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
Passparse 'none, all'
Asserts run
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/css-transitions/transition-property-002.html:46:21)
Passparse 'all, none'
Asserts run
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/css-transitions/transition-property-002.html:46:21)
Passparse 'foobar'
Asserts run
Pass
assert_equals("foobar", "foobar")
    at Test.<anonymous> ( /css/css-transitions/transition-property-002.html:46:21)
Passparse 'all, foobar'
Asserts run
Pass
assert_equals("all, foobar", "all, foobar")
    at Test.<anonymous> ( /css/css-transitions/transition-property-002.html:46:21)
Passparse 'foobar, all'
Asserts run
Pass
assert_equals("foobar, all", "foobar, all")
    at Test.<anonymous> ( /css/css-transitions/transition-property-002.html:46:21)
Passparse 'inherit'
Asserts run
Pass
assert_equals("padding", "padding")
    at Test.<anonymous> ( /css/css-transitions/transition-property-002.html:46:21)
Passparse 'initial'
Asserts run
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/css-transitions/transition-property-002.html:46:21)