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

Unified Diff: LayoutTests/editing/spelling/inline-spelling-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/inline-spelling-markers-hidpi.html
diff --git a/LayoutTests/editing/spelling/inline-spelling-markers-hidpi.html b/LayoutTests/editing/spelling/inline-spelling-markers-hidpi.html
index d33f3fb0ea018c0792b5dca25fdd8ab5fdf332d8..06e2f9fa4d75c50e716c2ea956efec7bb94c1a73 100644
--- a/LayoutTests/editing/spelling/inline-spelling-markers-hidpi.html
+++ b/LayoutTests/editing/spelling/inline-spelling-markers-hidpi.html
@@ -38,7 +38,7 @@ function moveCursorOverAllWords(divName, numWords) {
function startTest() {
if (!window.testRunner)
return;
- testRunner.dumpAsText(true);
+ testRunner.dumpAsTextWithPixelResults();
testRunner.waitUntilDone();
testRunner.setBackingScaleFactor(2, function () {
moveCursorOverAllWords('testLTR');

Powered by Google App Engine
This is Rietveld 408576698