[wpt-sync] Sync PR 45242 - Remove css-animations/animation-canceled-by-parent test
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45242 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45242
Details from upstream follow.
sideshowbarker <mike@w3.org> wrote:
Remove css-animations/animation-canceled-by-parent test
This change removes the
css-animations/animation-canceled-by-parent.htmltest — because it seems to have been written to expect that when theopenattribute is removed from adetailselement, thedetailselement’s second slot is removed from the DOM. But per-spec, UAs are now expected to not remove thedetailselement’s second slot from the DOM when thedetailselement’s “open” attribute is removed, but to instead set thedetailselement’s second slot’s style todisplay: block; content-visibility: hidden. Thus, in conforming UAs, the animation now never gets canceled as previously expected — because the previously-expected cancel event now never fires.
Description
•