[Webkit-unassigned] [Bug 194332] CSS custom properties on pseudo elements background gradients causes infinite layout and high CPU load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 5 15:51:47 PDT 2019


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

--- Comment #4 from Don Denton <denton.don at gmail.com> ---
It appears as though the custom property is not what causes this bug as the title suggests. Here is a minimal repro, as far as I can tell:

https://jsfiddle.net/0ph9xkrt/7/

You need the following:

1. a transition is defined that is not instantaneous
2. there is an alpha channel in the color that is *exclusively* between 0 and 1
3. there is at least one color channel which is *exclusively* between 0 and 255

The linked example has some interactions you may observe.

-- 
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/20190505/06d3439e/attachment.html>


More information about the webkit-unassigned mailing list