Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: LayoutTests/editing/spelling/grammar-markers-hidpi.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
});
« no previous file with comments | « LayoutTests/editing/spelling/grammar-markers.html ('k') | LayoutTests/editing/spelling/inline-spelling-markers-hidpi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698