https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5714cf6b90a4549afee19fcc37b0633d327e1cd0 authored by Alex Moshchuk on 12 April 2018, 18:55:42 UTC
Use PostTask to schedule cross-process postMessage forwarding.
Tip revision: 5714cf6
config.default.json
{"browser_host": "web-platform.test",
 "doc_root": null,
 "ws_doc_root": null,
 "server_host": null,
 "ports":{"http":[8000, "auto"],
          "https":[8443],
          "ws":["auto"],
          "wss":["auto"]},
 "check_subdomains": true,
 "log_level":"debug",
 "bind_address": true,
 "ssl": {"type": "pregenerated",
         "encrypt_after_connect": false,
         "openssl": {
             "openssl_binary": "openssl",
             "base_path": "_certs",
             "force_regenerate": false,
             "base_conf_path": null
         },
         "pregenerated": {
             "host_key_path": "tools/certs/web-platform.test.key",
             "host_cert_path": "tools/certs/web-platform.test.pem"
         },
         "none": {}
        },
 "aliases": []
}
back to top