tree: a64038e1de6c2851b3b59bc46ebb7ca08f01c1f7 [path history] [tgz]
  1. resources/
  2. fallback-to-another-sxg.tentative.html
  3. META.yml
  4. nested-sxg.tentative.html
  5. README.md
  6. sxg-double-prefetch.tentative.html
  7. sxg-fallback-with-fragment.tentative.html
  8. sxg-head-request.tentative.html
  9. sxg-invalid-validity-url.tentative.html
  10. sxg-location-fragment.tentative.html
  11. sxg-location.tentative.html
  12. sxg-non-secure-origin.tentative.html
  13. sxg-prefetch-resource-timing.tentative.html
third_party/blink/web_tests/external/wpt/signed-exchange/README.md

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/...