tree: 200acb32a2b2fdd7a132fabfe5be8fa752d5d805 [path history] [tgz]
  1. handlers/
  2. resources/
  3. close.https.any.js
  4. connect.https.any.js
  5. constructor.https.any.js
  6. csp-fail.https.window.js
  7. csp-pass.https.window.js
  8. datagram-cancel-crash.https.window.js
  9. datagrams.https.any.js
  10. echo-large-bidirectional-streams.https.html
  11. idlharness.https.any.js
  12. in-removed-iframe.https.html
  13. META.yml
  14. README.md
  15. server-certificate-hashes.https.any.js
  16. streams-close.https.any.js
  17. streams-echo.https.any.js
webtransport/README.md

Notes about WebTransport WPTs

Running the WebTransport WPTs using the test server

Although these tests do not currently run on the Chromium CI, they can still be run using the WebTransport WPT server manually.

Please refer to the following document for detailed instructions: Running WPT WebTransport test server

Server Handlers

The python server handlers are stored under handlers/ and are written using the PEP8 style. For details, please see the style guide.