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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-parse-html-expected.txt

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests the Timeline API instrumentation of ParseHTML 1 Tests the Timeline API instrumentation of ParseHTML
2 2
3 Test data 3 Test data
4 ParseHTML Properties: 4 ParseHTML Properties:
5 { 5 {
6 data : { 6 data : {
7 beginData : {
8 frame : <string>
9 startLine : 0
10 }
7 endLine : 0 11 endLine : 0
8 startLine : 0
9 } 12 }
10 endTime : <number> 13 endTime : <number>
11 frameId : <string>
12 stackTrace : <object> 14 stackTrace : <object>
13 startTime : <number> 15 startTime : <number>
14 thread : <string> 16 thread : <string>
15 type : "ParseHTML" 17 type : "ParseHTML"
16 } 18 }
17 ParseHTML Properties: 19 ParseHTML Properties:
18 { 20 {
19 data : { 21 data : {
22 beginData : {
23 frame : <string>
24 startLine : 0
25 }
20 endLine : 0 26 endLine : 0
21 startLine : 0
22 } 27 }
23 endTime : <number> 28 endTime : <number>
24 frameId : <string>
25 stackTrace : <object> 29 stackTrace : <object>
26 startTime : <number> 30 startTime : <number>
27 thread : <string> 31 thread : <string>
28 type : "ParseHTML" 32 type : "ParseHTML"
29 } 33 }
30 34
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-parse-html.html ('k') | LayoutTests/inspector/tracing/timeline-recalculate-styles.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698