| Index: tools/perf/page_sets/chrome_proxy/safebrowsing.json
|
| diff --git a/tools/perf/page_sets/chrome_proxy/safebrowsing.json b/tools/perf/page_sets/chrome_proxy/safebrowsing.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7615184e8424631548468a406181171bf090bea6
|
| --- /dev/null
|
| +++ b/tools/perf/page_sets/chrome_proxy/safebrowsing.json
|
| @@ -0,0 +1,12 @@
|
| +{
|
| + "description": "Chrome proxy test sites",
|
| + "pages": [
|
| + {
|
| + "url": "http://www.ianfette.org/",
|
| + "why": "Expect 'malware ahead' page. Use a short navigation timeout because no response will be received.",
|
| + "navigate_steps" : [
|
| + { "action": "navigate", "timeout_seconds": 5 }
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|