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

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

Issue 2208963002: [DevTools] Removed InspectorTest.invokeFunctionInPageAsync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-promise-from-other-tests
Patch Set: a Created 4 years, 4 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: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-id-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-id-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-id-expected.txt
index e908e613a2c583d5ea3e4191e2648072e7382d9c..cf78174138bb74fc97c093502fd45dcab8b03d40 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-id-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-id-expected.txt
@@ -2,14 +2,14 @@ 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 TimerInstall event: 'performActions.js:3'
-details.textContent for TimerInstall event: 'performActions.js:3'
-detailsTextContent for TimerInstall event: 'performActions.js:4'
-details.textContent for TimerInstall event: 'performActions.js:4'
-detailsTextContent for FunctionCall event: 'performActions.js:7'
-details.textContent for FunctionCall event: 'intervalTimerWork @ performActions.js:7'
-detailsTextContent for FunctionCall event: 'performActions.js:7'
-details.textContent for FunctionCall event: 'intervalTimerWork @ performActions.js:7'
-detailsTextContent for TimerRemove event: 'performActions.js:11'
-details.textContent for TimerRemove event: 'performActions.js:11'
+detailsTextContent for TimerInstall event: 'performActions.js:5'
+details.textContent for TimerInstall event: 'performActions.js:5'
+detailsTextContent for TimerInstall event: 'performActions.js:6'
+details.textContent for TimerInstall event: 'performActions.js:6'
+detailsTextContent for FunctionCall event: 'performActions.js:10'
+details.textContent for FunctionCall event: 'intervalTimerWork @ performActions.js:10'
+detailsTextContent for FunctionCall event: 'performActions.js:10'
+details.textContent for FunctionCall event: 'intervalTimerWork @ performActions.js:10'
+detailsTextContent for TimerRemove event: 'performActions.js:14'
+details.textContent for TimerRemove event: 'performActions.js:14'

Powered by Google App Engine
This is Rietveld 408576698