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

Unified Diff: LayoutTests/inspector/tracing/timeline-script-id-expected.txt

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-script-id-expected.txt
diff --git a/LayoutTests/inspector/tracing/timeline-script-id-expected.txt b/LayoutTests/inspector/tracing/timeline-script-id-expected.txt
index df35dad52945aa62d9a89065c029fa86acbf6d65..9c91f507bfb3c5c9cf7bca631c4b569e9919a3d7 100644
--- a/LayoutTests/inspector/tracing/timeline-script-id-expected.txt
+++ b/LayoutTests/inspector/tracing/timeline-script-id-expected.txt
@@ -2,7 +2,7 @@ Test that checks location resolving mechanics for TimerInstall TimerRemove and F
It expects two FunctionCall for InjectedScript, two TimerInstall events, two FunctionCall events and one TimerRemove event to be logged with performActions.js script name and some line number.
-detailsTextContent for FunctionCall event: 'debugger:/VM:1'
+detailsTextContent for FunctionCall event: 'VM:1'
detailsTextContent for TimerInstall event: 'performActions.js:3'
details.textContent for TimerInstall event: 'performActions.js:3'
detailsTextContent for TimerInstall event: 'performActions.js:4'

Powered by Google App Engine
This is Rietveld 408576698