[Webkit-unassigned] [Bug 200211] wpt/css/css-images/gradient/color-stops-parsing.html fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 28 15:57:00 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=200211
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fmalita at chromium.org,
| |simon.fraser at apple.com
--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
It fails on cases where there are multiple length values not separated by commas:
linear-gradient(black, 25% 50%, white)
Chrome and Firefox pass these tests. The relevant parsing code in Chrome is protected by RuntimeEnabledFeatures::MultipleColorStopPositionsEnabled() which was added via https://chromiumcodereview.appspot.com/2799793002/. I'm not sure if this is enabled by default in Chrome yet.
--
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/20190728/238193ef/attachment.html>
More information about the webkit-unassigned
mailing list