Index: LayoutTests/editing/spelling/grammar-markers-hidpi.html |
diff --git a/LayoutTests/editing/spelling/grammar-markers-hidpi.html b/LayoutTests/editing/spelling/grammar-markers-hidpi.html |
index 43da74bcd995c1e5d3b0e34699c867732f29cd1c..8a1c6549056885c665c7e2052c8b5ca656297a4b 100644 |
--- a/LayoutTests/editing/spelling/grammar-markers-hidpi.html |
+++ b/LayoutTests/editing/spelling/grammar-markers-hidpi.html |
@@ -25,7 +25,7 @@ function verifyGrammarMarker(destination, ungrammaticalPhrase) |
} |
if (window.testRunner) { |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
testRunner.setBackingScaleFactor(2, function () { |
shouldBecomeEqual('verifyGrammarMarker(target, "has")', 'true', finishJSTest); |
}); |