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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/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
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 frame : <string>
7 id : <number> 7 id : <number>
8 stackTrace : <object> 8 stackTrace : <object>
9 } 9 }
10 endTime : <number> 10 endTime : <number>
(...skipping 23 matching lines...) Expand all
34 stackTrace : <object> 34 stackTrace : <object>
35 } 35 }
36 endTime : <number> 36 endTime : <number>
37 frameId : <string> 37 frameId : <string>
38 stackTrace : <object> 38 stackTrace : <object>
39 startTime : <number> 39 startTime : <number>
40 type : "CancelAnimationFrame" 40 type : "CancelAnimationFrame"
41 } 41 }
42 Text details for CancelAnimationFrame: timeline-animation-frame.html:11 42 Text details for CancelAnimationFrame: timeline-animation-frame.html:11
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698