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

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

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month 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
(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 backendNodeId : <number>
12 dirtyObjects : 3
13 partialLayout : true
14 root : <object>
15 totalObjects : 8
16 }
17 endTime : <number>
18 frameId : <string>
19 stackTrace : <object>
20 startTime : <number>
21 thread : <string>
22 type : "Layout"
23 }
24 Layout Properties:
25 {
26 data : {
27 backendNodeId : <number>
28 dirtyObjects : 2
29 partialLayout : true
30 root : <object>
31 totalObjects : 11
32 }
33 endTime : <number>
34 frameId : <string>
35 stackTrace : <object>
36 startTime : <number>
37 thread : <string>
38 type : "Layout"
39 }
40
OLDNEW
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-layout.html ('k') | LayoutTests/inspector/timeline/timeline-layout-reason.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698