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

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

Issue 2428673002: DevTools: update expectation after v8 inspector started emitting EvaluateScript event. (Closed)
Patch Set: Created 4 years, 2 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-tag-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-2-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-2-expected.txt
index a7feeef9431a98b248e47fa6130f5ac5f43535be..53ba8939cdf78d892457a1eac65ebeb8afb5e7d0 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-2-expected.txt
@@ -4,6 +4,14 @@ Tests the Timeline API instrumentation of a script tag with an external script.
EvaluateScript Properties:
{
data : {
+ }
+ endTime : <number>
+ startTime : <number>
+ type : "EvaluateScript"
+}
+EvaluateScript Properties:
+{
+ data : {
columnNumber : <number>
frame : <string>
lineNumber : <number>

Powered by Google App Engine
This is Rietveld 408576698