Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: tools/perf/page_sets/key_silk_cases.json

Issue 120753003: Add inbox_app to silk page set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/page_sets/key_silk_cases/app-drawer.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ ]
}
]
}
« no previous file with comments | « no previous file | tools/perf/page_sets/key_silk_cases/app-drawer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698