Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "description": "Chrome proxy test sites", | |
| 3 "pages": [ | |
| 4 { | |
| 5 "url": "http://www.ianfette.org/", | |
| 6 "why": "Expect 'malware ahead' page. Use a short navigation timeout becaus e no response will be received.", | |
| 7 "navigate_steps" : [ | |
| 8 { "action": "navigate", "timeout_seconds": 5 } | |
| 9 ] | |
| 10 } | |
| 11 ] | |
| 12 } | |
| OLD | NEW |