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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-layout-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
(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 totalObjects : 8
16 }
17 endData : {
18 root : <object>
19 rootNode : <number>
20 }
21 }
22 endTime : <number>
23 stackTrace : <object>
24 startTime : <number>
25 thread : <string>
26 type : "Layout"
27 }
28 Layout Properties:
29 {
30 data : {
31 beginData : {
32 dirtyObjects : 2
33 frame : <string>
34 partialLayout : true
35 totalObjects : 11
36 }
37 endData : {
38 root : <object>
39 rootNode : <number>
40 }
41 }
42 endTime : <number>
43 stackTrace : <object>
44 startTime : <number>
45 thread : <string>
46 type : "Layout"
47 }
48
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-layout.html ('k') | LayoutTests/inspector/tracing/timeline-layout-reason.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698