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

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: Ditch fast/text/font-initial changes too 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
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-layout-autosize.html ('k') | LayoutTests/inspector/tracing.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
});
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-layout-autosize.html ('k') | LayoutTests/inspector/tracing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698