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

Unified Diff: LayoutTests/inspector/tracing/timeline-time-stamp.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-time-stamp.html
diff --git a/LayoutTests/inspector/tracing/timeline-time-stamp.html b/LayoutTests/inspector/tracing/timeline-time-stamp.html
index 6469260c06c40fb0898aef39828570833dab76dc..25007be3f12cd193c76deb35e8293eabd9601984 100644
--- a/LayoutTests/inspector/tracing/timeline-time-stamp.html
+++ b/LayoutTests/inspector/tracing/timeline-time-stamp.html
@@ -14,6 +14,9 @@ function test()
InspectorTest.performActionsAndPrint("performActions()", "TimeStamp", true);
}
+if (!window.testRunner)
yurys 2015/09/21 18:49:32 Revert?
+ setTimeout(performActions, 2000);
+
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698