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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-layout-expected.txt

Issue 481403002: DevTools: move tracing based Timeline out of experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated inspector/timeline/timeline-coalescing.html 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 a Layout event 1 Tests the Timeline API instrumentation of a Layout event
2 2
3 text 3 text
4 text 4 text
5 text 5 text
6 text 6 text
7 text 7 text
8 Layout Properties: 8 Layout Properties:
9 { 9 {
10 data : { 10 data : {
11 backendNodeId : <number> 11 beginData : {
12 dirtyObjects : 3 12 dirtyObjects : 3
13 partialLayout : true 13 frame : <string>
14 root : <object> 14 partialLayout : true
15 totalObjects : 8 15 totalObjects : 8
16 }
17 endData : {
18 root : <object>
19 rootNode : <number>
20 }
16 } 21 }
17 endTime : <number> 22 endTime : <number>
18 frameId : <string>
19 stackTrace : <object> 23 stackTrace : <object>
20 startTime : <number> 24 startTime : <number>
21 thread : <string> 25 thread : <string>
22 type : "Layout" 26 type : "Layout"
23 } 27 }
24 Layout Properties: 28 Layout Properties:
25 { 29 {
26 data : { 30 data : {
27 backendNodeId : <number> 31 beginData : {
28 dirtyObjects : 2 32 dirtyObjects : 2
29 partialLayout : true 33 frame : <string>
30 root : <object> 34 partialLayout : true
31 totalObjects : 11 35 totalObjects : 11
36 }
37 endData : {
38 root : <object>
39 rootNode : <number>
40 }
32 } 41 }
33 endTime : <number> 42 endTime : <number>
34 frameId : <string>
35 stackTrace : <object> 43 stackTrace : <object>
36 startTime : <number> 44 startTime : <number>
37 thread : <string> 45 thread : <string>
38 type : "Layout" 46 type : "Layout"
39 } 47 }
40 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698