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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-script-tag-1-expected.txt

Issue 1104233004: DevTools: rebaseline inspector tests with poor expectations (2). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaselined Created 5 years, 7 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 8: iframe loaded 1 CONSOLE MESSAGE: line 8: iframe loaded
2 Tests the Timeline API instrumentation of an HTML script tag. 2 Tests the Timeline API instrumentation of an HTML script tag.
3 3
4 4
5 ParseHTML 5 EvaluateScript
6 ParseHTML 6 ----> Timestamp: SCRIPT TAG
7 ----> EvaluateScript
8 --------> Timestamp: SCRIPT TAG
9 ----> EventDispatch
10 ----> EventDispatch
11 ----> EventDispatch
12 ----> EventDispatch
13 --------> FunctionCall
14 ------------> FunctionCall
15 ----> EventDispatch
16 ----> EventDispatch
17 EvaluateScript Properties: 7 EvaluateScript Properties:
18 { 8 {
19 children : <object> 9 children : <object>
20 data : { 10 data : {
21 frame : <string> 11 frame : <string>
22 lineNumber : <number> 12 lineNumber : <number>
23 stackTrace : <object> 13 stackTrace : <object>
24 url : .../inspector/tracing/resources/timeline-iframe-data.html 14 url : .../inspector/tracing/resources/timeline-iframe-data.html
25 } 15 }
26 endTime : <number> 16 endTime : <number>
27 frameId : <string> 17 frameId : <string>
28 stackTrace : <object> 18 stackTrace : <object>
29 startTime : <number> 19 startTime : <number>
30 thread : <string> 20 thread : <string>
31 type : "EvaluateScript" 21 type : "EvaluateScript"
32 } 22 }
33 23
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-script-tag-1.html ('k') | LayoutTests/inspector/tracing/timeline-timer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698