Home | History | Annotate | Download | only in page_sets
      1 {
      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   ]
     22 }
     23