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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1-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-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1-expected.txt
index 3afcf38c20027eb6fd99b9468cd3d72ac4a18983..fa7747d5bc71222ebb870d2a015c793f27b441aa 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1-expected.txt
@@ -3,6 +3,15 @@ Tests the Timeline API instrumentation of an HTML script tag.
EvaluateScript
+EvaluateScript Properties:
+{
+ data : {
+ }
+ endTime : <number>
+ startTime : <number>
+ type : "EvaluateScript"
+}
+EvaluateScript
----> Timestamp: SCRIPT TAG
EvaluateScript Properties:
{

Powered by Google App Engine
This is Rietveld 408576698