Add Web Platform Tests root CA

This commit is contained in:
Fernando Jiménez Moreno 2018-09-07 10:03:02 +02:00
parent 81f6ac8f92
commit 773881756e
2 changed files with 25 additions and 1 deletions

View file

@ -94,7 +94,11 @@ defaults at `config.default.json`) with the following contents:
}
Finally, you can run `python serve` from `tests/wpt/web-platform-tests`.
Then navigate Servo to `http://web-platform.test:8000/path/to/test`.
Then navigate Servo to `http://web-platform.test:8000/path/to/test` or
`https://web-platform.test:8443/path/to/test`.
To prevent browser SSL warnings when running HTTPS tests locally,
you will need to run Servo with `--certificate-path resources/cert-wpt-only`.
[upstream-running]: https://github.com/w3c/web-platform-tests#running-the-tests