Upload upstream chromium 94.0.4606.31
[platform/framework/web/chromium-efl.git] / third_party / wpt_tools / wpt.config.json
1 {
2   "doc_root": null,
3   "ws_doc_root": null,
4   "check_subdomains": false,
5   "server_host": "127.0.0.1",
6   "log_level": "info",
7   "ports": {
8     "http": [8001, 8081],
9     "http-private": [8082],
10     "http-public": [8083],
11     "https": [8444, 8445],
12     "https-private": [8446],
13     "https-public": [8447],
14     "h2": [9000],
15     "ws": [9001],
16     "wss": [9444]
17   },
18   "ssl": {
19     "type": "pregenerated",
20     "encrypt_after_connect": false,
21     "pregenerated": {
22       "host_key_path": "../certs/127.0.0.1.key",
23       "host_cert_path": "../certs/127.0.0.1.pem"
24     }
25   },
26   "aliases": [
27     {
28       "url-path": "/wpt_internal/",
29       "local-dir": "../../blink/web_tests/wpt_internal"
30     },
31     {
32       "url-path": "/wpt_automation/",
33       "local-dir": "../../blink/web_tests/external/wpt_automation"
34     },
35     {
36       "url-path": "/resources/testharnessreport.js",
37       "local-dir": "../../blink/web_tests/resources"
38     },
39     {
40       "url-path": "/resources/testdriver-vendor.js",
41       "local-dir": "../../blink/web_tests/resources"
42     },
43     {
44       "url-path": "/common/vendor-prefix.js",
45       "local-dir": "../../blink/web_tests/resources"
46     }
47   ]
48 }