Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassChanges to transition-delay should not affect in-flight transitions
Asserts run
Pass
assert_equals("50px", "50px", "Transition should be initially 50% complete")
    at Test.<anonymous> ( /css/css-transitions/changing-while-transition-003.html:26:3)
Pass
assert_equals("50px", "50px", "Even after updating the transition-delay, the transition should be 50% complete")
    at Test.<anonymous> ( /css/css-transitions/changing-while-transition-003.html:37:3)
Pass
assert_greater_than_equal(50, 50, "Even in the next frame the updated transition-delay should not apply")
    at Test.<anonymous> ( /css/css-transitions/changing-while-transition-003.html:47:3)