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

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

Powered by Google App Engine
This is Rietveld 408576698