color: canvas.getContext('2d').getImageData returns black in munsell-video-chart |
||
Issue description
To reproduce:
1. Next to the other PhysicalTestSuite lines of base.py (codesearch it), add
PhysicalTestSuite('media/color-profile', ['--enable-color-correct-rendering', '--force-color-profile=srgb']),
2. Run that layout test
All of the color values returned by the line
canvas.getContext('2d').getImageData(x, y, 1, 1).data
are 0.
They should match the test's expectations.
,
May 23 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by ccameron@chromium.org
, May 17 2017