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