Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: Tools/Scripts/webkitpy/thirdparty/wpt/wpt/config.default.json

Issue 1154373005: Introduce WPTServe for running W3C Blink Layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add executable bit to pass permchecks. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {"host": "web-platform.test",
2 "doc_root": null,
3 "ws_doc_root": null,
4 "external_host": null,
5 "ports":{"http":[8000, "auto"],
6 "https":[8443],
7 "ws":["auto"],
8 "wss":["auto"]},
9 "check_subdomains": true,
10 "log_level":"debug",
11 "bind_hostname": true,
12 "ssl": {"type": "openssl",
13 "encrypt_after_connect": false,
14 "openssl": {
15 "openssl_binary": "openssl",
16 "base_path": "_certs",
17 "force_regenerate": false,
18 "base_conf_path": null
19 },
20 "pregenerated": {
21 "host_key_path": null,
22 "host_cert_path": null
23 },
24 "none": {}
25 }
26 }
OLDNEW
« no previous file with comments | « Tools/Scripts/webkitpy/thirdparty/wpt/wpt/LICENSE ('k') | Tools/Scripts/webkitpy/thirdparty/wpt/wpt/serve » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698