| OLD | NEW |
| 1 { | 1 { |
| 2 "description": "A collection of texture upload performance tests", | 2 "description": "A collection of texture upload performance tests", |
| 3 "pages": [ | 3 "pages": [ |
| 4 { | 4 { |
| 5 "url": "file:///tough_texture_upload_cases/background_color_animation.html
", | 5 "url": "file:///tough_texture_upload_cases/background_color_animation.html
", |
| 6 "scrolling": { | 6 "smoothness": { |
| 7 "action": "scrolling_interaction" | 7 "action": "scrolling_interaction" |
| 8 } | 8 } |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "url": "file:///tough_texture_upload_cases/background_color_animation_and_
transform_animation.html", | 11 "url": "file:///tough_texture_upload_cases/background_color_animation_and_
transform_animation.html", |
| 12 "scrolling": { | 12 "smoothness": { |
| 13 "action": "scrolling_interaction" | 13 "action": "scrolling_interaction" |
| 14 } | 14 } |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "url": "file:///tough_texture_upload_cases/background_color_animation_with
_gradient.html", | 17 "url": "file:///tough_texture_upload_cases/background_color_animation_with
_gradient.html", |
| 18 "scrolling": { | 18 "smoothness": { |
| 19 "action": "scrolling_interaction" | 19 "action": "scrolling_interaction" |
| 20 } | 20 } |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 "url": "file:///tough_texture_upload_cases/background_color_animation_with
_gradient_and_transform_animation.html", | 23 "url": "file:///tough_texture_upload_cases/background_color_animation_with
_gradient_and_transform_animation.html", |
| 24 "scrolling": { | 24 "smoothness": { |
| 25 "action": "scrolling_interaction" | 25 "action": "scrolling_interaction" |
| 26 } | 26 } |
| 27 } | 27 } |
| 28 ] | 28 ] |
| 29 } | 29 } |
| OLD | NEW |