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

Unified Diff: LayoutTests/fast/repaint/event-while-loading.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/fast/repaint/event-while-loading.html
diff --git a/LayoutTests/fast/repaint/event-while-loading.html b/LayoutTests/fast/repaint/event-while-loading.html
index b8c939781b1414d509d91227b36212355d42ee52..2ea676dd0091bee03aed9688745207e2701f412d 100644
--- a/LayoutTests/fast/repaint/event-while-loading.html
+++ b/LayoutTests/fast/repaint/event-while-loading.html
@@ -5,7 +5,7 @@
document.documentElement.addEventListener('click', mouseHandler, false);
if (window.testRunner && window.internals) {
- window.testRunner.dumpAsText(false);
+ window.testRunner.dumpAsText();
window.internals.startTrackingRepaints(document);
if (window.eventSender) {
« no previous file with comments | « LayoutTests/fast/repaint/background-clip-text.html ('k') | LayoutTests/fast/repaint/fixed-after-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698