Open
Bug 1225372
Opened 9 years ago
Updated 2 years ago
[Mac] -moz-linear-gradient renders slightly differently if I specify "0%" & "100%" explicitly on color stops
Categories
(Core :: Graphics, defect, P3)
Tracking
()
NEW
People
(Reporter: dholbert, Unassigned)
Details
(Whiteboard: gfx-noted)
Attachments
(2 files)
2.61 KB,
patch
|
Details | Diff | Splinter Review | |
30.92 KB,
text/plain
|
Details |
-moz-linear-gradient renders differently on Mac, depending on whether I let the color stop positions be implied, vs. if I specify them explicitly (0% / 100%).
Reporter | ||
Comment 1•9 years ago
|
||
Try run which I believe will have some reftest orange due to this bug, based on an earlier slightly-more complex Try run:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=9afa3b8dbb69
I'm attaching the patch from that Try run, for reference. It just adds a testcase & a reference case, which only differ by the presence or absence of "0%" and "100%" after the color stops in the gradient expression.
Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Mac OS X
Reporter | ||
Comment 2•9 years ago
|
||
(Here's the relevant reftest log snippet from the Mac reftest failures in comment 1's Try run.)
Reporter | ||
Comment 3•9 years ago
|
||
The reftest log starts with:
REFTEST TEST-UNEXPECTED-FAIL | file:///builds/slave/test/build/tests/reftest/tests/layout/reftests/bugs/mac-gradient-test-1.html | image comparison (==), max difference: 3, number of differing pixels: 2136
So, adding explicit "0%" / "100%" to the gradient color-stops *very subtly* changes the majority of the gradient area in this testcase, for some reason. (And only on Mac).
Updated•9 years ago
|
Whiteboard: gfx-noted
Reporter | ||
Comment 4•9 years ago
|
||
(This might be a OS X 10.6-specific bug. At least, I can't reproduce locally on my Mac Mini which is running OS X 10.10.5.)
Reporter | ||
Comment 5•9 years ago
|
||
Nope, this isn't 10.6-specific. It reproduces on our TreeHerder 10.10 boxes:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=134ad1d2b18d
Not sure what's special about them as compared to my mac mini. Anyway, I'm not worrying about this too much, given that it's visually-imperceptible and I can't seem to investigate locally.
Updated•8 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•