[Webkit-unassigned] [Bug 196389] [css-values-3] Computed value of calc() expression in linear-gradient function incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 23 22:40:44 PDT 2023


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

--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
This has impact on a number of tests.
Example: http://wpt.live/css/css-backgrounds/parsing/background-image-computed.sub.html

Each time a calc is not being resolved to the hard values and kept as calc.

expected: "radial-gradient(0px at -30px -70px, rgb(255, 0, 0), rgb(0, 0, 255))" 
actual:   "radial-gradient(calc(-0.5em + 10px) at calc(-1em + 10px) calc(-2em + 10px), rgb(255, 0, 0), rgb(0, 0, 255))"

-- 
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/20230824/fb7f994b/attachment.htm>


More information about the webkit-unassigned mailing list