Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassAnimations reflect changes to variables on element
Asserts run
Pass
assert_equals("150px", "150px", "Animated value before updating variable")
    at Test.<anonymous> ( /css/css-animations/animation-css-variable-in-keyframe-adjusted.html:27:3)
Pass
assert_equals("300px", "300px", "Animated value after updating variable")
    at Test.<anonymous> ( /css/css-animations/animation-css-variable-in-keyframe-adjusted.html:35:3)
PassAnimations reflect changes to variables on parent element
Asserts run
Pass
assert_equals("150px", "150px", "Animated value before updating variable")
    at Test.<anonymous> ( /css/css-animations/animation-css-variable-in-keyframe-adjusted.html:52:3)
Pass
assert_equals("300px", "300px", "Animated value after updating variable")
    at Test.<anonymous> ( /css/css-animations/animation-css-variable-in-keyframe-adjusted.html:60:3)