hello

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passdisplay:none animating to display:block should be block for the whole animation.
Asserts run
Pass
assert_equals("none", "none", "The display should be none before the animation.")
    at Test.<anonymous> ( /css/css-animations/display-none-to-display-block-dont-cancel.tentative.html:29:3)
Pass
assert_equals("block", "block", "The display should be block during the animation.")
    at Test.<anonymous> ( /css/css-animations/display-none-to-display-block-dont-cancel.tentative.html:36:3)
Pass
assert_equals(1, 1, "Only one animation should start.")
    at Test.<anonymous> ( /css/css-animations/display-none-to-display-block-dont-cancel.tentative.html:38:3)