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

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

Issue 673603002: Reland: Make the HTMLDocumentParser yield more aggressively (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaselined Created 5 years, 11 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 ParseHTML
6 ParseHTML 6 ParseHTML
7 ParseHTML 7 ParseHTML
8 ----> EvaluateScript 8 ----> EvaluateScript
9 --------> Timestamp: SCRIPT TAG 9 --------> Timestamp: SCRIPT TAG
10 ----> EventDispatch
11 ----> EventDispatch
12 ----> EventDispatch
13 ----> EventDispatch
14 --------> FunctionCall
15 ------------> FunctionCall
16 ----> EventDispatch
17 ----> EventDispatch
10 EvaluateScript Properties: 18 EvaluateScript Properties:
11 { 19 {
12 children : <object> 20 children : <object>
13 data : { 21 data : {
14 frame : <string> 22 frame : <string>
15 lineNumber : <number> 23 lineNumber : <number>
16 stackTrace : <object> 24 stackTrace : <object>
17 url : .../inspector/tracing/resources/timeline-iframe-data.html 25 url : .../inspector/tracing/resources/timeline-iframe-data.html
18 } 26 }
19 endTime : <number> 27 endTime : <number>
20 frameId : <string> 28 frameId : <string>
21 stackTrace : <object> 29 stackTrace : <object>
22 startTime : <number> 30 startTime : <number>
23 thread : <string> 31 thread : <string>
24 type : "EvaluateScript" 32 type : "EvaluateScript"
25 } 33 }
26 ParseHTML
27 ParseHTML
28 ----> EventDispatch
29 ----> EventDispatch
30 ----> EventDispatch
31 ----> EventDispatch
32 --------> FunctionCall
33 ------------> FunctionCall
34 ----> EventDispatch
35 ----> EventDispatch
36 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698