Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassChanging the underlying value of an animated property with an implicit 0% keyframe
Asserts run
Pass
assert_equals("50px", "50px", "Computed style before changing the underlying style")
    at Test.<anonymous> ( /css/css-animations/animation-change-underlying-value-changed-in-flight.html:31:7)
Pass
assert_equals("150px", "150px", "Computed style after changing the underlying style")
    at Test.<anonymous> ( /css/css-animations/animation-change-underlying-value-changed-in-flight.html:35:7)
PassChanging the underlying value of an animated property with an implicit 100% keyframe
Asserts run
Pass
assert_equals("50px", "50px", "Computed style before changing the underlying style")
    at Test.<anonymous> ( /css/css-animations/animation-change-underlying-value-changed-in-flight.html:31:7)
Pass
assert_equals("150px", "150px", "Computed style after changing the underlying style")
    at Test.<anonymous> ( /css/css-animations/animation-change-underlying-value-changed-in-flight.html:35:7)