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

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

Issue 11369075: Chrome remote control multipage tests: Add interactions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simpler. Created 8 years, 1 month 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 | « tools/chrome_remote_control/unittest_data/page_with_link.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_25.json
diff --git a/tools/perf/page_sets/top_25.json b/tools/perf/page_sets/top_25.json
index 2e236403c4310267d03898e3643fbce98b3ff0cb..73f8949ad1d4c5832e53f1bf9b71235686c4efd2 100644
--- a/tools/perf/page_sets/top_25.json
+++ b/tools/perf/page_sets/top_25.json
@@ -59,7 +59,26 @@
"url": "http://www.facebook.com/barackobama",
"why": "top social,Public profile",
"credentials": "facebook",
- "scroll_is_infinite": true
+ "scroll_is_infinite": true,
+ "tests": {
nduca 2012/11/08 19:23:17 lets take out the "tests:" bit
marja 2012/11/08 19:45:26 Done.
+ "stress_memory": {
+ "action": "compound",
+ "actions": [
+ {
+ "action": "click_to_navigate",
+ "selector": "a[href=\"http://www.facebook.com/WomenforObama\"]"
+ },
+ {
+ "action": "click_to_navigate",
+ "selector": "a[href=\"http://www.facebook.com/WomenforObama/info\"]"
+ },
+ {
+ "action": "click_to_navigate",
+ "selector": "a[href=\"http://www.facebook.com/?ref=tn_tnmn\"]"
+ }
+ ]
+ }
+ }
},
{
"name": "LinkedIn",
« no previous file with comments | « tools/chrome_remote_control/unittest_data/page_with_link.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698