Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix image comparison threshold
Screenshot-based layout tests use the Jimp module to compare images. But the threshold parameter was set too low (0), causing failures due to tiny color changes that can't be seen by a human. The most recent Chrome update on Windows (86) caused a test failure because some rendering changes on the edges of an image caused a few pixel values to change very very slightly. This fixes the issue by increasing the threshold from 0 to 0.05. Change-Id: Ia202c147d30f93779b0b0fed281ee1d256dee371
- Loading branch information