UNCONFIRMED 114087
Pixel color stops not respected in linear gradient
https://bugs.webkit.org/show_bug.cgi?id=114087
Summary Pixel color stops not respected in linear gradient
Rafał Chłodnicki
Reported 2013-04-06 07:10:46 PDT
1. Create an block element with 200x200px size. 2. Set a linear gradient with transparent color stop positioned outside of the element (250px). 3. Add another (red) color stop at the same position. Expected: Element to have no (transparent) background color. What happens: The element has a red background color. When color stops are position within the element, it works as expected.
Attachments
Demo (TC) (328 bytes, text/html)
2013-04-06 07:11 PDT, Rafał Chłodnicki
no flags
Correct demo (TC) (328 bytes, text/html)
2013-04-06 07:13 PDT, Rafał Chłodnicki
no flags
Rafał Chłodnicki
Comment 1 2013-04-06 07:11:35 PDT
Created attachment 196734 [details] Demo (TC)
Rafał Chłodnicki
Comment 2 2013-04-06 07:13:16 PDT
Created attachment 196735 [details] Correct demo (TC) "Demo (TC)" is actually not showing the problem because second stop is positioned at different position than the first one. Second is the actual TC.
Simon Fraser (smfr)
Comment 3 2013-04-08 10:55:46 PDT
This behaves correctly for me in a current WebKit nightly. What OS/browser combination are you testing with?
Rafał Chłodnicki
Comment 4 2013-04-08 11:27:14 PDT
I'm on Windows and used Chrome Canary (28.0.1469.0) for testing. I've assumed that it's a WebKit bug but maybe I'm wrong.
Note You need to log in before you can comment on or make changes to this bug.