https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 76830ce46b3c14e3a9e5d1a7d2b391b335953cd6 authored by Rune Lillesveen on 22 March 2018, 01:57:52 UTC
[css-typed-om] Add support for column-span.
Tip revision: 76830ce
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