Pass | display:none animating to display:block should be block for the whole animation. | Asserts runPass | 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) |
|