tree: b96315dda0df57a009aa7820b9aa3d70584d146b [path history] [tgz]
  1. handlers/
  2. resources/
  3. close.https.any.js
  4. close.https.any.js.ini
  5. connect.https.any.js
  6. connect.https.any.js.ini
  7. constructor.https.any.js
  8. csp-fail.https.window.js
  9. csp-fail.https.window.js.ini
  10. csp-pass.https.window.js
  11. csp-pass.https.window.js.ini
  12. datagram-cancel-crash.https.window.js
  13. datagrams.https.any.js
  14. datagrams.https.any.js.ini
  15. idlharness.https.any.js
  16. in-removed-iframe.https.html
  17. META.yml
  18. README.md
  19. streams-close.https.any.js
  20. streams-close.https.any.js.ini
  21. streams-echo.https.any.js
  22. streams-echo.https.any.js.ini
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.