Index: tools/perf/page_sets/key_mobile_sites.py |
diff --git a/tools/perf/page_sets/key_mobile_sites.py b/tools/perf/page_sets/key_mobile_sites.py |
index eb8f154fd99903c8b7a4955e06b8a9c4b6c8ed37..1c99d6084547cb5d3f87714be547980ac1868034 100644 |
--- a/tools/perf/page_sets/key_mobile_sites.py |
+++ b/tools/perf/page_sets/key_mobile_sites.py |
@@ -538,7 +538,13 @@ class KeyMobileSitesPageSet(page_set_module.PageSet): |
('http://www.baidu.com/s?wd=barack+obama&rsv_bp=0&rsv_spt=3&rsv_sug3=9&' |
'rsv_sug=0&rsv_sug4=3824&rsv_sug1=3&inputT=4920'), |
# Why: Top search engine |
- 'http://www.bing.com/search?q=sloths' |
+ 'http://www.bing.com/search?q=sloths', |
+ # Why: Good example of poor initial scrolling |
+ 'http://www.latimes.com', |
+ # Why: Good example of poor initial scrolling |
+ 'http://ftw.usatoday.com/2014/05/spelling-bee-rules-shenanigans', |
+ # Why: Good example of poor initial scrolling |
+ 'http://m.espn.go.com/nhl/rankings' |
] |
for url in urls_list: |