trisquel-icecat/icecat/testing/web-platform/tests/webtransport
2025-07-17 09:32:21 -06:00
..
handlers icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
resources icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
back-forward-cache-with-closed-webtransport-connection-ccns.https.tentative.window.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
back-forward-cache-with-closed-webtransport-connection.https.window.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
back-forward-cache-with-open-webtransport-connection-ccns.https.tentative.window.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
back-forward-cache-with-open-webtransport-connection.https.window.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
bidirectional-cancel-crash.https.html icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
close.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
connect.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
constructor.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
csp-fail.https.window.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
csp-pass.https.window.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
datagram-bad-chunk.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
datagram-cancel-crash.https.window.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
datagrams.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
echo-large-bidirectional-streams.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
idlharness.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
in-removed-iframe.https.html icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
META.yml icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
README.md icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
sendorder.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
sendstream-bad-chunk.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
server-certificate-hashes.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
stats.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
streams-close.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
streams-echo.https.any.js icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00
WEB_FEATURES.yml icecat: initial release for Trisquel 12.0, Ecne 2025-07-17 09:32:21 -06:00

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.