Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassReplacing a <style> element with a new <style> element while both containing the different @keyframes rule with the same name dynamically updates running animations.
Asserts run
Pass
assert_equals("100px", "100px", "The initial @keyframes rule is applied")
    at Test.<anonymous> ( /css/css-animations/animation-style-element-replaced-with-keyframes-rule-of-same-name.html:24:3)
Pass
assert_equals("200px", "200px", "The new @keyframes rule is applied")
    at Test.<anonymous> ( /css/css-animations/animation-style-element-replaced-with-keyframes-rule-of-same-name.html:33:3)