Chromium Code Reviews| 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..cfeecd89772e04ca2d5877551759b345875ee6c8 100644 |
| --- a/tools/perf/page_sets/top_25.json |
| +++ b/tools/perf/page_sets/top_25.json |
| @@ -59,7 +59,21 @@ |
| "url": "http://www.facebook.com/barackobama", |
| "why": "top social,Public profile", |
| "credentials": "facebook", |
| - "scroll_is_infinite": true |
| + "scroll_is_infinite": true, |
| + "interaction_sequence": [ |
|
nduca
2012/11/07 18:55:57
so this part doesn't make sense without a bit more
marja
2012/11/08 10:24:00
Ok, for this I needed to add compound interactions
|
| + { |
| + "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", |