Issue metadata
Sign in to add a comment
|
Mac pngs should be srgb instead of rgb to match linux/win. |
||||||||||||||||||||||||
Issue descriptionThis is a task from http://bit.ly/blink-infra added in February 2016, and there is a related TODO in the code at: https://cs.chromium.org/chromium/src/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc?l=227 ccameron@, is this still something we want to do? What would this involve overall, and what is the next step?
,
May 26 2017
Another data point from test suite:
web-platform-tests have reference tests. For example:
/LayoutTests/external/wpt/css/CSS2/positioning/bottom-applies-to-006.xht
this particular test compares:
background: green;
to:
background: url("support/green_box.png")
On my linux box, they both map to #008000
,
Jun 1 2017
Aha! This will finally be conquered with issue 713891 . |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by ccameron@chromium.org
, Mar 24 2017