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

Issue 732911 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

color: Add mechanism to allow layout tests to composite to a different color space

Project Member Reported by ccameron@chromium.org, Jun 13 2017

Issue description

All layout tests currently composite to sRGB.

There exist two mechanisms to specify a color profile, and neither of them affect compositing. They are:
- The Javascript setColorProfile method
- The command line flag --force-color-profile=

End-to-end testing of canvases that are wider gamut than sRGB using layout tests will require that compositing not crush all colors to sRGB.

Using the JS method for this would probably be the easiest (for one or two tests), but we'll need to make sure it's not racey.
 

Sign in to add a comment