OLD | NEW |
| (Empty) |
1 { | |
2 "description": "A collection of animation performance tests", | |
3 "pages": [ | |
4 { | |
5 "url": "file:///animations/keyframed_animations.html", | |
6 "why": "Tests various keyframed animations.", | |
7 "smoothness": { | |
8 "action": "wait_interaction", | |
9 "duration": 5 | |
10 } | |
11 }, | |
12 { | |
13 "url": "file:///animations/transform_transitions.html", | |
14 "why": "Tests various transitions.", | |
15 "smoothness": { | |
16 "action": "wait_interaction", | |
17 "duration": 5 | |
18 } | |
19 }, | |
20 { | |
21 "url": "http://ie.microsoft.com/testdrive/performance/robohornetpro/", | |
22 "why": "Login page is slow because of ineffecient transform operations", | |
23 "smoothness": { | |
24 "action": "wait_interaction", | |
25 "duration": 5 | |
26 } | |
27 } | |
28 ] | |
29 } | |
OLD | NEW |