Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassWhen an element is reparented, any CSS Transition on it should be cancelled
Asserts run
Pass
assert_equals("100px", "100px")
    at Test.<anonymous> ( /css/css-transitions/transition-reparented.html:25:3)
Pass
assert_not_equals("150px", "100px")
    at Test.<anonymous> ( /css/css-transitions/transition-reparented.html:31:3)
Pass
assert_not_equals("150px", "200px")
    at Test.<anonymous> ( /css/css-transitions/transition-reparented.html:32:3)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /css/css-transitions/transition-reparented.html:37:3)