servo/tests/wpt/web-platform-tests/signed-exchange
2018-12-22 22:32:34 -05:00
..
resources Update web-platform-tests to revision e7517084404fca126c4f89eb69217206689adf17 2018-12-22 22:32:34 -05:00
fallback-to-another-sxg.tentative.html Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8 2018-10-25 23:09:38 -04:00
META.yml Update web-platform-tests to revision c583bcd7eb30f38cb2d673031cde245776f1da5a 2018-11-02 22:59:27 -04:00
nested-sxg.tentative.html Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8 2018-10-25 23:09:38 -04:00
README.md Update web-platform-tests to revision fb15e14b52049f952612623ee0d7fb7a620a57c9 2018-11-01 23:02:46 -04:00
sxg-double-prefetch.tentative.html Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8 2018-10-25 23:09:38 -04:00
sxg-fallback-with-fragment.tentative.html Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8 2018-10-25 23:09:38 -04:00
sxg-head-request.tentative.html Update web-platform-tests to revision 9c2bea6dac36e36ba1f489d10c2be42160d8f34f 2018-11-27 23:18:10 -05:00
sxg-inner-url-bom.tentative.html Update web-platform-tests to revision e7517084404fca126c4f89eb69217206689adf17 2018-12-22 22:32:34 -05:00
sxg-invalid-utf8-inner-url.tentative.html Update web-platform-tests to revision e7517084404fca126c4f89eb69217206689adf17 2018-12-22 22:32:34 -05:00
sxg-invalid-validity-url.tentative.html Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8 2018-10-25 23:09:38 -04:00
sxg-location-fragment.tentative.html Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8 2018-10-25 23:09:38 -04:00
sxg-location.tentative.html Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8 2018-10-25 23:09:38 -04:00
sxg-non-secure-origin.tentative.html Update web-platform-tests to revision e7517084404fca126c4f89eb69217206689adf17 2018-12-22 22:32:34 -05:00
sxg-prefetch-resource-timing.tentative.html Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8 2018-10-25 23:09:38 -04:00
sxg-utf8-inner-url.tentative.html Update web-platform-tests to revision e7517084404fca126c4f89eb69217206689adf17 2018-12-22 22:32:34 -05:00

This directory contains tests for the b2 implementation snapshot of the Signed HTTP Exchanges.

resources directory contains pregenerated signed exchanges and certificate files. To run the tests in this directory, resources/127.0.0.1.sxg.pem must be added as a trusted certificate in your OS/browser, or your browser must be configured to ignore errors for that certificate.

Also, these pregenerated signed exchanges and cert files are likely to be expired, since they have short lifetime (maximum 7 days). If your browser does not have an option to ignore certificate errors, regenerate these files by running generate-test-sxgs.sh in the resource directory before running the tests.

generate-test-sxgs.sh requires command-line tools in the webpackage repository. To install them, run:

go get -u github.com/WICG/webpackage/go/signedexchange/cmd/...