diff --git a/layout/tools/reftest/reftest-analyzer.xhtml b/layout/tools/reftest/reftest-analyzer.xhtml index 750c4612ced..4ab058d0a0e 100644 --- a/layout/tools/reftest/reftest-analyzer.xhtml +++ b/layout/tools/reftest/reftest-analyzer.xhtml @@ -220,7 +220,7 @@ function process_log(contents) { for (var j in lines) { var line = lines[j]; // Ignore duplicated output in logcat. - if (line.match(/^I\/Gecko/)) + if (line.match(/I\/Gecko.*?REFTEST/)) continue; var match = line.match(/^.*?REFTEST (.*)$/); if (!match)