Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCSS Animations on a <dialog> ::backdrop are canceled and restarted as the dialog is hidden and shown
Asserts run
Pass
assert_equals(1, 1, "As the <dialog> is shown intially an animation is started on its ::backdrop")
    at Test.<anonymous> ( /css/css-animations/dialog-backdrop-animation.html:30:3)
Pass
assert_equals(0, 0, "As the <dialog> is closed the animation is removed from its ::backdrop")
    at Test.<anonymous> ( /css/css-animations/dialog-backdrop-animation.html:37:3)
Pass
assert_equals(1, 1, "As the <dialog> is shown again an animation is started again on its ::backdrop")
    at Test.<anonymous> ( /css/css-animations/dialog-backdrop-animation.html:42:3)