OLD | NEW |
1 { | 1 { |
2 "description": "A collection of difficult scrolling tests", | 2 "description": "A collection of difficult scrolling tests", |
3 "pages": [ | 3 "pages": [ |
4 { | 4 { |
5 "url": "file:///tough_scrolling_cases/background_fixed.html", | 5 "url": "file:///tough_scrolling_cases/background_fixed.html", |
6 "scrolling": { | 6 "smoothness": { |
7 "action": "scrolling_interaction" | 7 "action": "scrolling_interaction" |
8 } | 8 } |
9 }, | 9 }, |
10 { | 10 { |
11 "url": "file:///tough_scrolling_cases/cust_scrollbar.html", | 11 "url": "file:///tough_scrolling_cases/cust_scrollbar.html", |
12 "scrolling": { | 12 "smoothness": { |
13 "action": "scrolling_interaction" | 13 "action": "scrolling_interaction" |
14 } | 14 } |
15 }, | 15 }, |
16 { | 16 { |
17 "url": "file:///tough_scrolling_cases/div_scrolls.html", | 17 "url": "file:///tough_scrolling_cases/div_scrolls.html", |
18 "scrolling": { | 18 "smoothness": { |
19 "action": "scrolling_interaction" | 19 "action": "scrolling_interaction" |
20 } | 20 } |
21 }, | 21 }, |
22 { | 22 { |
23 "url": "file:///tough_scrolling_cases/fixed_nonstacking.html", | 23 "url": "file:///tough_scrolling_cases/fixed_nonstacking.html", |
24 "scrolling": { | 24 "smoothness": { |
25 "action": "scrolling_interaction" | 25 "action": "scrolling_interaction" |
26 } | 26 } |
27 }, | 27 }, |
28 { | 28 { |
29 "url": "file:///tough_scrolling_cases/fixed_stacking.html", | 29 "url": "file:///tough_scrolling_cases/fixed_stacking.html", |
30 "scrolling": { | 30 "smoothness": { |
31 "action": "scrolling_interaction" | 31 "action": "scrolling_interaction" |
32 } | 32 } |
33 }, | 33 }, |
34 { | 34 { |
35 "url": "file:///tough_scrolling_cases/iframe_scrolls.html", | 35 "url": "file:///tough_scrolling_cases/iframe_scrolls.html", |
36 "scrolling": { | 36 "smoothness": { |
37 "action": "scrolling_interaction" | 37 "action": "scrolling_interaction" |
38 } | 38 } |
39 }, | 39 }, |
40 { | 40 { |
41 "url": "file:///tough_scrolling_cases/simple.html", | 41 "url": "file:///tough_scrolling_cases/simple.html", |
42 "scrolling": { | 42 "smoothness": { |
43 "action": "scrolling_interaction" | 43 "action": "scrolling_interaction" |
44 } | 44 } |
45 }, | 45 }, |
46 { | 46 { |
47 "url": "file:///tough_scrolling_cases/wheel_body_prevdefault.html", | 47 "url": "file:///tough_scrolling_cases/wheel_body_prevdefault.html", |
48 "scrolling": { | 48 "smoothness": { |
49 "action": "scrolling_interaction" | 49 "action": "scrolling_interaction" |
50 } | 50 } |
51 }, | 51 }, |
52 { | 52 { |
53 "url": "file:///tough_scrolling_cases/wheel_div_prevdefault.html", | 53 "url": "file:///tough_scrolling_cases/wheel_div_prevdefault.html", |
54 "scrolling": { | 54 "smoothness": { |
55 "action": "scrolling_interaction" | 55 "action": "scrolling_interaction" |
56 } | 56 } |
57 } | 57 } |
58 ] | 58 ] |
59 } | 59 } |
OLD | NEW |