Hi Team, While going through WPT failures, came across following failing test and since we didn't had bug, so I thought to create it. WPT Test: https://wpt.fyi/results/css/css-animations/display-none-dont-cancel.tentative.html?label=experimental&label=master&aligned= NOTE - It is 'tentative' test case. GitHub Issue: https://github.com/w3c/csswg-drafts/issues/6429 Web-Spec: https://drafts.csswg.org/css-display-4/#display-animation Blink Commit: https://chromium-review.googlesource.com/c/chromium/src/+/4363078 Just wanted to raise, so we can track and fix it. Thanks!
<rdar://problem/112601554>
This will be fixed as part of the implementation of animation support for the `display` property. Here's a first bug that will make a test pass: https://bugs.webkit.org/show_bug.cgi?id=267683.
The work on `display` animation support is tracked in bug 267762.
This test passes as of 276531@main. *** This bug has been marked as a duplicate of bug 271386 ***