Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / tools / perf / page_sets / startup_pages_record.json
1 {
2   "description": 
3   ["Pages to record data for testing starting Chrome with a URL. We can't use",
4    "startup_pages.json with record_wpr, since record_wpr requires a default", 
5    "navigate step, which we don't want for startup testing; but we do want to",
6    "record the pages it uses.",
7    "Also, record_wpr fails on about:blank, which we want to include in startup", 
8    "testing."],
9   "archive_data_file": "data/startup_pages.json",
10   "pages": [
11     {
12       "url": "http://bbc.co.uk",
13       "why": "typical page"
14     },
15     {
16       "url": "http://kapook.com",
17       "why": "Horribly complex page - stress test!"
18     }
19   ]
20 }