New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 723128 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 713891



Sign in to add a comment

color: canvas.getContext('2d').getImageData returns black in munsell-video-chart

Project Member Reported by ccameron@chromium.org, May 17 2017

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.
 
Summary: color: canvas.getContext('2d').getImageData returns black in munsell-video-chart (was: color: canvas.getContext'2d').getImageData returns black in munsell-video-chart)
Status: Fixed (was: Assigned)

Sign in to add a comment