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

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

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
(Empty)
1 Tests the Timeline API instrumentation of a Layout event
2
3 text
4 text
5 text
6 text
7 text
8 Layout Properties:
9 {
10 data : {
11 beginData : {
12 dirtyObjects : 3
13 frame : <string>
14 partialLayout : true
15 stackTrace : <object>
16 totalObjects : 8
17 }
18 endData : {
19 root : <object>
20 rootNode : <number>
21 }
22 }
23 endTime : <number>
24 frameId : <string>
25 stackTrace : <object>
26 startTime : <number>
27 type : "Layout"
28 }
29 Text details for Layout: timeline-layout.html:17
30 Layout has a warning
31 Layout Properties:
32 {
33 data : {
34 beginData : {
35 dirtyObjects : 2
36 frame : <string>
37 partialLayout : true
38 stackTrace : <object>
39 totalObjects : 11
40 }
41 endData : {
42 root : <object>
43 rootNode : <number>
44 }
45 }
46 endTime : <number>
47 frameId : <string>
48 stackTrace : <object>
49 startTime : <number>
50 type : "Layout"
51 }
52 Text details for Layout: timeline-layout.html:17
53 Layout has a warning
54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698