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

Unified Diff: LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.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/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html
diff --git a/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html b/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html
index 996e8502d7949185770918d6a56ebe6027baae3f..8bf3b7b51642e7f2baef604fbb279306a51de2ea 100644
--- a/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html
+++ b/LayoutTests/compositing/gestures/resources/gesture-tapHighlight-simple-navigate-destination.html
@@ -11,7 +11,7 @@ This test is successful if no transparent green rectangles are visible.
<script>
function runTest() {
if (window.testRunner) {
- window.testRunner.dumpAsText(true);
+ window.testRunner.dumpAsTextWithPixelResults();
window.testRunner.notifyDone();
} else {
debug("This test requires DumpRenderTree.");

Powered by Google App Engine
This is Rietveld 408576698