diff --git a/tests/ui_tests/reporting/testreport.js b/tests/ui_tests/reporting/testreport.js index 6c108a4de0..1659319dce 100644 --- a/tests/ui_tests/reporting/testreport.js +++ b/tests/ui_tests/reporting/testreport.js @@ -213,7 +213,7 @@ function createRowDiff(row) { // Process differences const difData = difCtx.createImageData(width, height); - options = {threshold: 0.0, includeAA: true}; + options = {threshold: 0.0, includeAA: true, diffColorAlt: [0, 255, 0]}; pixelmatch(recData.data, curData.data, difData.data, width, height, options); difCtx.putImageData(difData, 0, 0);