[Webkit-unassigned] [Bug 234987] css/css-transitions/pseudo-elements-002.html WPT is a failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 14:34:32 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=234987

--- Comment #1 from Antoine Quint <graouts at webkit.org> ---
Adding a call to `outer.getAnimations({ subtree: true });` right after the call to `outer.className = "flex";` makes the test pass since it forces a style update which otherwise doesn't quite happen just by querying the computed style. But things are still wrong because the transition is removed as the pseudo-element is destroyed and recreated and the returned value for the getAnimations() call is empty while other browsers would return the generated CSSTransition.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220107/873a59d0/attachment.htm>


More information about the webkit-unassigned mailing list