Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passtransition-duration when looking at shorthand properties should be correct
Asserts run
Pass
assert_equals("100px", "100px", "Width should start off correct")
    at Test.<anonymous> ( /css/css-transitions/transition-duration-shorthand.html:27:5)
Pass
assert_equals("100px", "100px", "Height should start off correct")
    at Test.<anonymous> ( /css/css-transitions/transition-duration-shorthand.html:28:5)
Pass
assert_not_equals("100px", "200px", "Width should not have advanced to the end of the transition right away")
    at Test.<anonymous> ( /css/css-transitions/transition-duration-shorthand.html:36:5)
Pass
assert_equals("200px", "200px", "Height should have advanced to the end of the transition right away")
    at Test.<anonymous> ( /css/css-transitions/transition-duration-shorthand.html:37:5)