OLD | NEW |
1 { | 1 { |
2 "description": "A collection of animation performance tests", | 2 "description": "A collection of animation performance tests", |
3 "pages": [ | 3 "pages": [ |
4 { | 4 { |
5 "url": "file:///tough_animation_cases/keyframed_animations.html", | 5 "url": "file:///tough_animation_cases/keyframed_animations.html", |
6 "why": "Tests various keyframed animations.", | 6 "why": "Tests various keyframed animations.", |
7 "smoothness": { | 7 "smoothness": { |
8 "action": "wait_interaction", | 8 "action": "wait_interaction", |
9 "duration": 5 | 9 "duration": 5 |
10 } | 10 } |
11 }, | 11 }, |
12 { | 12 { |
13 "url": "file:///tough_animation_cases/transform_transitions.html", | 13 "url": "file:///tough_animation_cases/transform_transitions.html", |
14 "why": "Tests various transitions.", | 14 "why": "Tests various transitions.", |
15 "smoothness": { | 15 "smoothness": { |
16 "action": "wait_interaction", | 16 "action": "wait_interaction", |
17 "duration": 5 | 17 "duration": 5 |
18 } | 18 } |
19 }, | 19 }, |
20 { | 20 { |
21 "url": "http://ie.microsoft.com/testdrive/performance/robohornetpro/", | 21 "url": "http://ie.microsoft.com/testdrive/performance/robohornetpro/", |
22 "why": "Login page is slow because of ineffecient transform operations", | 22 "why": "Login page is slow because of ineffecient transform operations", |
23 "smoothness": { | 23 "smoothness": { |
24 "action": "wait_interaction", | 24 "action": "wait_interaction", |
25 "duration": 5 | 25 "duration": 5 |
26 } | 26 } |
| 27 }, |
| 28 { |
| 29 "url": "file:///tough_animation_cases/transform_transition_js_block.html", |
| 30 "why": "JS execution blocks CSS transition unless initial transform is set
", |
| 31 "smoothness": { |
| 32 "action": "wait_interaction", |
| 33 "duration": 5 |
| 34 } |
27 } | 35 } |
28 ] | 36 ] |
29 } | 37 } |
OLD | NEW |