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

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

Issue 212953003: TimelinePanel: provide scriptId in FunctionCall event. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minor change Created 6 years, 9 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-script-id-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-script-id-expected.txt b/LayoutTests/inspector/timeline/timeline-script-id-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..310448878f4358fed109ceb25baa3525c8d06b26
--- /dev/null
+++ b/LayoutTests/inspector/timeline/timeline-script-id-expected.txt
@@ -0,0 +1,12 @@
+Test that checks location resolving mechanics for TimerInstall TimerRemove and FunctionCall events with scriptId.
+
+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.
+
+details.textContent for FunctionCall event: 'InjectedScript:1'
+details.textContent for FunctionCall event: 'InjectedScript:1'
+details.textContent for TimerInstall event: 'performActions.js:3'
+details.textContent for TimerInstall event: 'performActions.js:4'
+details.textContent for FunctionCall event: 'performActions.js:7'
+details.textContent for FunctionCall event: 'performActions.js:7'
+details.textContent for TimerRemove event: 'performActions.js:11'
+
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-script-id.html ('k') | LayoutTests/inspector/timeline/timeline-timer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698