Revision 7c6088210a58cad0f59367ca56bbfadd758069bd authored by Koji Ishii on 03 April 2018, 22:27:32 UTC, committed by Chromium WPT Sync on 03 April 2018, 22:27:32 UTC
This test does not pass because of a typo in the ref file.

Change-Id: I2673137789267359544a50e126d3ba16b728770b
Reviewed-on: https://chromium-review.googlesource.com/989455
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547847}
1 parent 9921476
Raw File
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