This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed
testing/web-platform/meta/webtransport Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ [connect.any.sharedworker.html]
2
+ expected: ERROR
3
+
4
+ [connect.any.worker.html]
5
+ expected: ERROR
6
+
7
+ [connect.any.html]
8
+ [WebTransport connection succeeds with status code 200]
9
+ expected: FAIL
10
+
11
+ [WebTransport connection succeeds with status code 204]
12
+ expected: FAIL
13
+
14
+ [WebTransport connection fails with status code 301]
15
+ expected: FAIL
16
+
17
+ [WebTransport connection fails with status code 401]
18
+ expected: FAIL
19
+
20
+ [WebTransport connection fails with status code 404]
21
+ expected: FAIL
22
+
23
+ [Echo back request headers]
24
+ expected: FAIL
25
+
26
+ [Cookie header is not echoed back]
27
+ expected: FAIL
28
+
29
+
30
+ [connect.any.serviceworker.html]
31
+ expected: ERROR
Original file line number Diff line number Diff line change
1
+ [csp-fail.window.html]
2
+ [WebTransport connection should fail when CSP connect-src is set to none and reject the promises]
3
+ expected: FAIL
Original file line number Diff line number Diff line change
1
+ [csp-pass.window.html]
2
+ [WebTransport connection should succeed when CSP connect-src destination is set to the page]
3
+ expected: FAIL
You can’t perform that action at this time.
0 commit comments