Bug 1824041 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here's a testcase, expected to render some lime-to-blue gradient in all of the bordered rectangles.

The first and second gradient should render the same (the first is implicitly srgb, the second explicitly srgb).  I think the others are all supposed to look different, though maybe there's some overlap.

WebKit (epiphany) renders the same gradient in each rectangle, which I suspect means they parse the interpolation method but don't actually use it?

Chrome renders most of them clearly-differently (which is probably correct).

Firefox only renders the first one, because we don't parse this syntax yet, I think.
Here's a testcase, expected to render some lime-to-blue gradient in all of the bordered rectangles.

The first and second gradient should render the same (the first is implicitly srgb, the second explicitly srgb).  I think the others are all supposed to look different, though maybe there's some overlap.

WebKit (epiphany) renders the same gradient in each rectangle, which I suspect means they parse the interpolation method but don't actually use it? [EDIT: WebKit-in-Safari does render this properly -- see comment 3]

Chrome renders most of them clearly-differently (which is probably correct).

Firefox only renders the first one, because we don't parse this syntax yet, I think.

Back to Bug 1824041 Comment 1