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

Unified Diff: LayoutTests/inspector/tracing/timeline-parse-html.html

Issue 1353653003: DevTools: cleanup timeline concise record details generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed WS urls to be those of WS, not script Created 5 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/inspector/tracing/timeline-parse-html.html
diff --git a/LayoutTests/inspector/tracing/timeline-parse-html.html b/LayoutTests/inspector/tracing/timeline-parse-html.html
index 62621a4f63541adf474a3b15fbfa850e3d73e034..1697c36e0e1e12ef302962caa58a7e94afa3ac25 100644
--- a/LayoutTests/inspector/tracing/timeline-parse-html.html
+++ b/LayoutTests/inspector/tracing/timeline-parse-html.html
@@ -16,6 +16,9 @@ function test()
InspectorTest.performActionsAndPrint("performActions()", "ParseHTML");
}
+if (!window.testRunner)
yurys 2015/09/21 18:49:32 Please revert this.
+ setTimeout(performActions, 2000);
+
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698