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

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

Issue 2468283004: wptserve: Support wpt_automation (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/LayoutTests/resources/testharnessreport.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "host": "127.0.0.1", 2 "host": "127.0.0.1",
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 },
13 "ssl": { 13 "ssl": {
14 "type": "pregenerated", 14 "type": "pregenerated",
15 "encrypt_after_connect": false, 15 "encrypt_after_connect": false,
16 "pregenerated": { 16 "pregenerated": {
17 "host_key_path": "../certs/127.0.0.1.key", 17 "host_key_path": "../certs/127.0.0.1.key",
18 "host_cert_path": "../certs/127.0.0.1.pem" 18 "host_cert_path": "../certs/127.0.0.1.pem"
19 } 19 }
20 } 20 },
21 "aliases": [
22 {
23 "url-path": "/wpt_automation/",
24 "local-dir": "../../../../../../LayoutTests/imported/wpt_automation"
25 }
26 ]
21 } 27 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/resources/testharnessreport.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698