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

Unified Diff: LayoutTests/inspector/timeline/timeline-node-reference.html

Issue 183703003: Remove more testRunner.display() calls from LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Just delete an svg crash test Created 6 years, 10 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/inspector/timeline/timeline-node-reference.html
diff --git a/LayoutTests/inspector/timeline/timeline-node-reference.html b/LayoutTests/inspector/timeline/timeline-node-reference.html
index 7cd8d67de9b9584207380d66bbaf464dda236a3c..0291fa1a8e193fd38377891584625fcf6b481777 100644
--- a/LayoutTests/inspector/timeline/timeline-node-reference.html
+++ b/LayoutTests/inspector/timeline/timeline-node-reference.html
@@ -23,7 +23,7 @@ function test()
// Force panel load.
WebInspector.panel("elements");
- InspectorTest.evaluateInPage("var unused = document.body.offsetWidth; testRunner.display();", function() {
+ InspectorTest.evaluateInPage("var unused = document.body.offsetWidth;", function() {
InspectorTest.evaluateWithTimeline("performActions()", onTimelineRecorded);
});

Powered by Google App Engine
This is Rietveld 408576698