[Webkit-unassigned] [Bug 111329] REGRESSION (258514 at main): Transition of !important property fails to animate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 03:08:03 PST 2023


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

--- Comment #6 from Antti Koivisto <koivisto at iki.fi> ---
Reduced test case

<style>
#theBox {
    width: 200px;
    height: 200px;
    transition: background-color 20s;
}
.red {
    background-color: red !important;
}
</style>
<div id="theBox"></div>
<script>
document.body.offsetLeft;
theBox.className = "red";
</script>

-- 
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/20230227/b0089fee/attachment.htm>


More information about the webkit-unassigned mailing list