Bug 270885
| Summary: | Setting an "animation" style property on an element does not interfere with the :empty pseudo-class. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dino, graouts, graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
| Version: | Safari 17 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://wpt.fyi/results/css/css-animations/empty-pseudo-class-with-animation.html | ||
Karl Dubost
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)"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/125051233>
Antoine Quint
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 ***