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

Issue 857576 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jul 3
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

createImageBitmap tests fail after fixing JS variable shadowing errors

Project Member Reported by brianosman@google.com, Jun 28 2018

Issue description

Three createImageBitmap color-space tests use a helper function to verify multiple tests over multiple pixel components. They all re-use loop variables, resulting in the tests only checking a small subset of their inputs. Fixing these bugs caused all the tests to fail.

fast/canvas/color-space/canvas-createImageBitmap-linear-rgb.html
fast/canvas/color-space/canvas-createImageBitmap-p3.html
fast/canvas/color-space/canvas-createImageBitmap-rec2020.html

I'm planning to fix the JS and disable these tests in TestExpectations (change incoming).
 
Status: Fixed (was: Assigned)

Sign in to add a comment