Separate Simple Backend creation from initialization.
[chromium-blink-merge.git] / tools / perf / page_sets / tough_animation_cases.json
blob1e26bcf134283c59b945fd084b68be301868b279
2   "description": "A collection of animation performance tests",
3   "smoothness": { "action": "wait", "condition": "duration", "seconds": 5 },
4   "pages": [
5     {
6       "url": "file:///tough_animation_cases/keyframed_animations.html",
7       "why": "Tests various keyframed animations."
8     },
9     {
10       "url": "file:///tough_animation_cases/transform_transitions.html",
11       "why": "Tests various transitions."
12     },
13     {
14       "url": "http://ie.microsoft.com/testdrive/performance/robohornetpro/",
15       "why": "Login page is slow because of ineffecient transform operations"
16     },
17     {
18       "url": "file:///tough_animation_cases/transform_transition_js_block.html",
19       "why": "JS execution blocks CSS transition unless initial transform is set"
20     }
21   ]