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

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

Issue 2515693003: DevTools: bring violations and timeline warnings in sync. (Closed)
Patch Set: idle callback test fixed. Created 4 years 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 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 beginData : { 11 beginData : {
12 dirtyObjects : 3 12 dirtyObjects : 3
13 frame : <string> 13 frame : <string>
14 partialLayout : true 14 partialLayout : true
15 stackTrace : <object> 15 stackTrace : <object>
16 totalObjects : 8 16 totalObjects : 8
17 } 17 }
18 endData : { 18 endData : {
19 root : <object> 19 root : <object>
20 rootNode : <number> 20 rootNode : <number>
21 } 21 }
22 } 22 }
23 endTime : <number> 23 endTime : <number>
24 frameId : <string> 24 frameId : <string>
25 stackTrace : <object> 25 stackTrace : <object>
26 startTime : <number> 26 startTime : <number>
27 type : "Layout" 27 type : "Layout"
28 } 28 }
29 Text details for Layout: timeline-layout.html:17 29 Text details for Layout: timeline-layout.html:17
30 Layout has a warning
31 Layout Properties: 30 Layout Properties:
32 { 31 {
33 data : { 32 data : {
34 beginData : { 33 beginData : {
35 dirtyObjects : 2 34 dirtyObjects : 2
36 frame : <string> 35 frame : <string>
37 partialLayout : true 36 partialLayout : true
38 stackTrace : <object> 37 stackTrace : <object>
39 totalObjects : 11 38 totalObjects : 11
40 } 39 }
41 endData : { 40 endData : {
42 root : <object> 41 root : <object>
43 rootNode : <number> 42 rootNode : <number>
44 } 43 }
45 } 44 }
46 endTime : <number> 45 endTime : <number>
47 frameId : <string> 46 frameId : <string>
48 stackTrace : <object> 47 stackTrace : <object>
49 startTime : <number> 48 startTime : <number>
50 type : "Layout" 49 type : "Layout"
51 } 50 }
52 Text details for Layout: timeline-layout.html:17 51 Text details for Layout: timeline-layout.html:17
53 Layout has a warning
54 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698