Bug 270885 - Setting an "animation" style property on an element does not interfere with the :empty pseudo-class.
Summary: Setting an "animation" style property on an element does not interfere with t...
Status: RESOLVED DUPLICATE of bug 269051
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: Safari 17
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://wpt.fyi/results/css/css-anima...
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2024-03-12 17:45 PDT by Karl Dubost
Modified: 2024-03-20 02:35 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Dubost 2024-03-12 17:45:09 PDT
See https://wpt.fyi/results/css/css-animations/empty-pseudo-class-with-animation.html
and http://wpt.live/css/css-animations/empty-pseudo-class-with-animation.html

assert_equals: The background-color after inserting a child into the container no longer matches the value set by the :empty rule. 

expected "rgb(0, 255, 0)" 
actual   "rgb(255, 0, 0)"
Comment 1 Radar WebKit Bug Importer 2024-03-19 17:47:00 PDT
<rdar://problem/125051233>
Comment 2 Antoine Quint 2024-03-20 02:35:23 PDT
This is a new WPT test that I added for the fix to bug 269051. It passes with ToT.

*** This bug has been marked as a duplicate of bug 269051 ***