Colors are different in Firefox vs Chrome
Categories
(Core :: Graphics: Color Management, defect)
Tracking
()
People
(Reporter: trusktr, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
Steps to reproduce:
I'm not sure in which browser the issue lies, but the colors render differently in Chrome vs Firefox.
Visit https://codepen.io/alvaromontoro/pen/NWNexpq in both browsers.
Actual results:
The colors are different from browser to browser.
Expected results:
The colors should be the same.
Not sure which browser has the issue. I'm in Linux (Manjaro).
The attached images show the difference of that pen between Chrome and Firefox.
I also reported at https://bugs.chromium.org/p/chromium/issues/detail?id=1133990 (with a couple more examples).
![]() |
||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
This can be "fixed" by changing the gfx.color_management_mode pref to 1. I tried switching it on this year, but ran into issues with canvas. We need to fix those before we can turn it on for CSS colors unfortunately.
Description
•