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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-animation-frame-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 events for Animation Frame feature
2
3 RequestAnimationFrame Properties:
4 {
5 data : {
6 frame : <string>
7 id : <number>
8 stackTrace : <object>
9 }
10 endTime : <number>
11 frameId : <string>
12 stackTrace : <object>
13 startTime : <number>
14 type : "RequestAnimationFrame"
15 }
16 Text details for RequestAnimationFrame: timeline-animation-frame.html:8
17 FireAnimationFrame Properties:
18 {
19 data : {
20 frame : <string>
21 id : <number>
22 }
23 endTime : <number>
24 frameId : <string>
25 startTime : <number>
26 type : "FireAnimationFrame"
27 }
28 Text details for FireAnimationFrame: timeline-animation-frame.html:8
29 CancelAnimationFrame Properties:
30 {
31 data : {
32 frame : <string>
33 id : <number>
34 stackTrace : <object>
35 }
36 endTime : <number>
37 frameId : <string>
38 stackTrace : <object>
39 startTime : <number>
40 type : "CancelAnimationFrame"
41 }
42 Text details for CancelAnimationFrame: timeline-animation-frame.html:11
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698