Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailA CSS Animation on a pseudo-element animating to "display: none" with "fill: forwards" remains active after animation completion.assert_equals: The animation remains after completion expected 1 but got 0
    at Test.<anonymous> (https://www1.wpt.live/css/css-animations/display-none-dont-cancel-pseudo.tentative.html:47:3)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
    at https://www1.wpt.live/resources/testharness.js:738:36
    at new Promise (<anonymous>)
    at https://www1.wpt.live/resources/testharness.js:737:20
Asserts run
Pass
assert_equals(0, 0, "There are no running animations initially")
    at Test.<anonymous> ( /css/css-animations/display-none-dont-cancel-pseudo.tentative.html:35:3)
Pass
assert_equals("50px", "50px")
    at Test.<anonymous> ( /css/css-animations/display-none-dont-cancel-pseudo.tentative.html:36:3)
Pass
assert_equals("inline", "inline")
    at Test.<anonymous> ( /css/css-animations/display-none-dont-cancel-pseudo.tentative.html:37:3)
Pass
assert_equals(1, 1, "Setting the 'animated' class started an animation")
    at Test.<anonymous> ( /css/css-animations/display-none-dont-cancel-pseudo.tentative.html:41:3)
Pass
assert_equals("100px", "100px")
    at Test.<anonymous> ( /css/css-animations/display-none-dont-cancel-pseudo.tentative.html:42:3)
Pass
assert_equals("block", "block")
    at Test.<anonymous> ( /css/css-animations/display-none-dont-cancel-pseudo.tentative.html:43:3)
Fail
assert_equals(0, 1, "The animation remains after completion")
    at Test.<anonymous> ( /css/css-animations/display-none-dont-cancel-pseudo.tentative.html:47:3)