diff --git a/test/resources/reftest-analyzer.js b/test/resources/reftest-analyzer.js index 3f7fafc484657..8a07f1fa9e9aa 100644 --- a/test/resources/reftest-analyzer.js +++ b/test/resources/reftest-analyzer.js @@ -225,7 +225,9 @@ window.onload = function () { }); continue; } - match = line.match(/^ {2}IMAGE[^:]*\((\d+)x(\d+)x(\d+)\): (.*)$/); + match = line.match( + /^ {2}IMAGE[^:]*\((\d+\.?\d*)x(\d+\.?\d*)x(\d+\.?\d*)\): (.*)$/ + ); if (match) { const item = gTestItems[gTestItems.length - 1]; item.images.push({