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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-animation-frame-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
1 Tests the Timeline events for Animation Frame feature 1 Tests the Timeline events for Animation Frame feature
2 2
3 RequestAnimationFrame Properties: 3 RequestAnimationFrame Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string>
6 id : <number> 7 id : <number>
7 } 8 }
8 endTime : <number> 9 endTime : <number>
9 frameId : <string> 10 frameId : <string>
10 stackTrace : <object> 11 stackTrace : <object>
11 startTime : <number> 12 startTime : <number>
12 thread : <string> 13 thread : <string>
13 type : "RequestAnimationFrame" 14 type : "RequestAnimationFrame"
14 } 15 }
15 FireAnimationFrame Properties: 16 FireAnimationFrame Properties:
16 { 17 {
17 children : <object> 18 children : <object>
18 data : { 19 data : {
20 frame : <string>
19 id : <number> 21 id : <number>
20 } 22 }
21 endTime : <number> 23 endTime : <number>
22 frameId : <string> 24 frameId : <string>
23 startTime : <number> 25 startTime : <number>
24 thread : <string> 26 thread : <string>
25 type : "FireAnimationFrame" 27 type : "FireAnimationFrame"
26 } 28 }
27 CancelAnimationFrame Properties: 29 CancelAnimationFrame Properties:
28 { 30 {
29 data : { 31 data : {
32 frame : <string>
30 id : <number> 33 id : <number>
31 } 34 }
32 endTime : <number> 35 endTime : <number>
33 frameId : <string> 36 frameId : <string>
34 stackTrace : <object> 37 stackTrace : <object>
35 startTime : <number> 38 startTime : <number>
36 thread : <string> 39 thread : <string>
37 type : "CancelAnimationFrame" 40 type : "CancelAnimationFrame"
38 } 41 }
39 42
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-animation-frame.html ('k') | LayoutTests/inspector/tracing/timeline-auto-record.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698