Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassElements in a "display: none" tree cannot start CSS Animations.
Asserts run
Pass
assert_equals(1, 1, "An animation is running on the child initially with \"display: block\" on the container.")
    at Test.<anonymous> ( /css/css-animations/display-none-prevents-starting-in-subtree.html:26:3)
Pass
assert_equals(0, 0, "Setting \"display: none\" on the container canceled the animation.")
    at Test.<anonymous> ( /css/css-animations/display-none-prevents-starting-in-subtree.html:29:3)
Pass
assert_equals(0, 0, "Manipulating styles on the container and a child element does not restart the animation.")
    at Test.<anonymous> ( /css/css-animations/display-none-prevents-starting-in-subtree.html:33:3)