Chromium Code Reviews| Index: tools/perf/page_sets/key_silk_cases.json |
| diff --git a/tools/perf/page_sets/key_silk_cases.json b/tools/perf/page_sets/key_silk_cases.json |
| index b7f4485a2a7e924a92ffc7c0b8777a854acb6f55..a8e7896d8d40b5a37200c49662047a7d116f44ed 100644 |
| --- a/tools/perf/page_sets/key_silk_cases.json |
| +++ b/tools/perf/page_sets/key_silk_cases.json |
| @@ -109,6 +109,27 @@ |
| { "action": "wait", "seconds": 2 } |
| ], |
| "smoothness": { "action": "wait", "seconds": 5 } |
| + }, |
| + { |
| + "url": "file://key_silk_cases/app-drawer.html", |
| + "navigate_steps" : [ |
| + { "action": "navigate" }, |
| + { "action": "wait", "seconds": 2 } |
| + ], |
| + "smoothness": { |
| + "action": "slide_drawer" |
| + }, |
| + "slide_drawer": [ |
| + { |
| + "action": "swipe", |
| + "element_function": "function(callback) { callback(document.getElementById('nav-drawer')); }", |
| + "distance": 200, |
| + "direction": "left", |
| + "left_start_percentage": 0.8, |
| + "top_start_percentage": 0.2 |
| + }, |
| + { "action": "wait", "seconds": 2 } |
|
nduca
2014/01/07 20:21:53
is this wait us waiting for an animation to finish
abarth-chromium
2014/01/07 20:26:27
Yes. Without this, telemetry complained that we w
|
| + ] |
| } |
| ] |
| } |