tree: b1a632eef619d07384becbb3efd0c5d8f7bc2248
  1. handlers/
  2. resources/
  3. back-forward-cache-with-closed-webtransport-connection-ccns.https.tentative.window-expected.txt
  4. back-forward-cache-with-closed-webtransport-connection-ccns.https.tentative.window.js
  5. back-forward-cache-with-closed-webtransport-connection.https.window.js
  6. back-forward-cache-with-open-webtransport-connection-ccns.https.tentative.window-expected.txt
  7. back-forward-cache-with-open-webtransport-connection-ccns.https.tentative.window.js
  8. back-forward-cache-with-open-webtransport-connection.https.window-expected.txt
  9. back-forward-cache-with-open-webtransport-connection.https.window.js
  10. bidirectional-cancel-crash.https.html
  11. close.https.any-expected.txt
  12. close.https.any.js
  13. close.https.any.serviceworker-expected.txt
  14. close.https.any.sharedworker-expected.txt
  15. close.https.any.worker-expected.txt
  16. connect.https.any.js
  17. constructor.https.any.js
  18. csp-fail.https.window.js
  19. csp-pass.https.window.js
  20. datagram-bad-chunk.https.any.js
  21. datagram-cancel-crash.https.window.js
  22. datagrams.https.any-expected.txt
  23. datagrams.https.any.js
  24. datagrams.https.any.serviceworker-expected.txt
  25. datagrams.https.any.sharedworker-expected.txt
  26. datagrams.https.any.worker-expected.txt
  27. echo-large-bidirectional-streams.https.any.js
  28. idlharness.https.any-expected.txt
  29. idlharness.https.any.js
  30. idlharness.https.any.serviceworker-expected.txt
  31. idlharness.https.any.sharedworker-expected.txt
  32. idlharness.https.any.worker-expected.txt
  33. in-removed-iframe.https.html
  34. META.yml
  35. README.md
  36. sendorder.https.any-expected.txt
  37. sendorder.https.any.js
  38. sendorder.https.any.serviceworker-expected.txt
  39. sendorder.https.any.sharedworker-expected.txt
  40. sendorder.https.any.worker-expected.txt
  41. sendstream-bad-chunk.https.any.js
  42. server-certificate-hashes.https.any.js
  43. stats.https.any.js
  44. streams-close.https.any.js
  45. streams-echo.https.any-expected.txt
  46. streams-echo.https.any.js
  47. streams-echo.https.any.serviceworker-expected.txt
  48. streams-echo.https.any.sharedworker-expected.txt
  49. streams-echo.https.any.worker-expected.txt
  50. WEB_FEATURES.yml
third_party/blink/web_tests/external/wpt/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.