Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
tonyg
2014/03/31 17:16:09
Let's name this tough_energy_cases.json or tough_p
| |
| 2 "description": "Pages for measuring Chrome power draw.", | |
| 3 "archive_data_file": "data/power_intensive.json", | |
| 4 "credentials_path": "data/credentials.json", | |
| 5 "pages": [ | |
| 6 { "url": "file://power_intensive/above-fold-animated-gif.html", | |
| 7 "why": "Above the fold animated gif running in the background"}, | |
| 8 { | |
| 9 "url": "https://mail.google.com/mail/", | |
| 10 "why": "productivity, top google properties", | |
| 11 "credentials": "google", | |
| 12 "navigate_steps" : [ | |
| 13 { "action": "navigate" }, | |
| 14 { "action": "wait", "javascript": "window.gmonkey !== undefined && docum ent.getElementById('gb') !== null" } | |
| 15 ] | |
| 16 }, | |
| 17 { "url": "file://power_intensive/below-fold-animated-gif.html", | |
| 18 "why": "Below the fold animated gif" }, | |
| 19 { "url": "file://power_intensive/below-fold-flash.html", | |
| 20 "why": "Below the fold flash animation" } | |
| 21 ] | |
| 22 } | |
| OLD | NEW |