OLD | NEW |
1 { | 1 { |
2 "host": "127.0.0.1", | 2 "bind_hostname": false, |
3 "doc_root": null, | 3 "doc_root": null, |
4 "ws_doc_root": null, | 4 "ws_doc_root": null, |
5 "external_host": null, | 5 "external_host": null, |
6 "check_subdomains": false, | 6 "check_subdomains": false, |
7 "ports": { | 7 "ports": { |
8 "http": [8001, 8081], | 8 "http": [8001, 8081], |
9 "https": [8444], | 9 "https": [8444], |
10 "ws": [9001], | 10 "ws": [9001], |
11 "wss": [9444] | 11 "wss": [9444] |
12 }, | 12 }, |
(...skipping 13 matching lines...) Expand all Loading... |
26 { | 26 { |
27 "url-path": "/resources/testharnessreport.js", | 27 "url-path": "/resources/testharnessreport.js", |
28 "local-dir": "../../../../../../LayoutTests/resources" | 28 "local-dir": "../../../../../../LayoutTests/resources" |
29 }, | 29 }, |
30 { | 30 { |
31 "url-path": "/common/vendor-prefix.js", | 31 "url-path": "/common/vendor-prefix.js", |
32 "local-dir": "../../../../../../LayoutTests/resources" | 32 "local-dir": "../../../../../../LayoutTests/resources" |
33 } | 33 } |
34 ] | 34 ] |
35 } | 35 } |
OLD | NEW |