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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/chrome_remote_control/unittest_data/page_with_link.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "description": "Pages hand-picked for 2012 CrOS scrolling tuning efforts.", 2 "description": "Pages hand-picked for 2012 CrOS scrolling tuning efforts.",
3 "archive_path": "../data/top_25.wpr", 3 "archive_path": "../data/top_25.wpr",
4 "credentials_path": "../data/credentials.json", 4 "credentials_path": "../data/credentials.json",
5 "pages": [ 5 "pages": [
6 { 6 {
7 "url": "https://www.google.com/#hl=en&q=barack+obama", 7 "url": "https://www.google.com/#hl=en&q=barack+obama",
8 "why": "top google property; a google tab is often open" 8 "why": "top google property; a google tab is often open"
9 }, 9 },
10 { 10 {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 { 52 {
53 "name": "Wordpress", 53 "name": "Wordpress",
54 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-edit ors-picks-for-august-2012/", 54 "url": "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-edit ors-picks-for-august-2012/",
55 "why": "#18 (Alexa global), Picked an interesting post" 55 "why": "#18 (Alexa global), Picked an interesting post"
56 }, 56 },
57 { 57 {
58 "name": "Facebook", 58 "name": "Facebook",
59 "url": "http://www.facebook.com/barackobama", 59 "url": "http://www.facebook.com/barackobama",
60 "why": "top social,Public profile", 60 "why": "top social,Public profile",
61 "credentials": "facebook", 61 "credentials": "facebook",
62 "scroll_is_infinite": true 62 "scroll_is_infinite": true,
63 "tests": {
nduca 2012/11/08 19:23:17 lets take out the "tests:" bit
marja 2012/11/08 19:45:26 Done.
64 "stress_memory": {
65 "action": "compound",
66 "actions": [
67 {
68 "action": "click_to_navigate",
69 "selector": "a[href=\"http://www.facebook.com/Womenf orObama\"]"
70 },
71 {
72 "action": "click_to_navigate",
73 "selector": "a[href=\"http://www.facebook.com/Womenf orObama/info\"]"
74 },
75 {
76 "action": "click_to_navigate",
77 "selector": "a[href=\"http://www.facebook.com/?ref=t n_tnmn\"]"
78 }
79 ]
80 }
81 }
63 }, 82 },
64 { 83 {
65 "name": "LinkedIn", 84 "name": "LinkedIn",
66 "url": "http://www.linkedin.com/in/linustorvalds", 85 "url": "http://www.linkedin.com/in/linustorvalds",
67 "why": "#12 (Alexa global),Public profile" 86 "why": "#12 (Alexa global),Public profile"
68 }, 87 },
69 { 88 {
70 "name": "Wikipedia (1 tab)", 89 "name": "Wikipedia (1 tab)",
71 "url": "http://en.wikipedia.org/wiki/Wikipedia", 90 "url": "http://en.wikipedia.org/wiki/Wikipedia",
72 "why": "#6 (Alexa) most visited worldwide,Picked an interesting page " 91 "why": "#6 (Alexa) most visited worldwide,Picked an interesting page "
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 { 143 {
125 "url": "http://sports.yahoo.com/", 144 "url": "http://sports.yahoo.com/",
126 "why": "#1 Alexa sports" 145 "why": "#1 Alexa sports"
127 }, 146 },
128 { 147 {
129 "url": "http://techcrunch.com", 148 "url": "http://techcrunch.com",
130 "why": "top tech blog" 149 "why": "top tech blog"
131 } 150 }
132 ] 151 ]
133 } 152 }
OLDNEW
« 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