blob: 8e165d0c6780b5cb4168aff3f3b89eec308c0390 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
[shared-worker-options-credentials.html]
expected: [TIMEOUT, ERROR]
[new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (same-origin).]
expected: NOTRUN
[new SharedWorker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (default).]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=same-origin should send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=omit should not send the credentials for same-origin static imports]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=omit should not send the credentials for cross-origin static imports]
expected: NOTRUN
[new SharedWorker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (omit).]
expected: NOTRUN
[new SharedWorker() with type=module and default credentials option should behave as credentials=same-origin and send the credentials for same-origin static imports]
expected: TIMEOUT
[new SharedWorker() with type=module and default credentials option should behave as credentials=same-origin and not send the credentials for cross-origin static imports]
expected: NOTRUN
[new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (include).]
expected: NOTRUN
[new SharedWorker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (omit).]
expected: NOTRUN
[new SharedWorker() with type=module and default credentials option should behave as credentials=same-origin and send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (omit).]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=omit should not send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=omit should not send the credentials]
expected: FAIL
[new SharedWorker() with type=module and credentials=same-origin should send the credentials for same-origin static imports]
expected: NOTRUN
[new SharedWorker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (include).]
expected: NOTRUN
[new SharedWorker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (include).]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=same-origin should not send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new SharedWorker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (same-origin).]
expected: NOTRUN
[new SharedWorker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (default).]
expected: NOTRUN
[new SharedWorker() with type=module and default credentials option should behave as credentials=same-origin and not send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=include should send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=same-origin should not send the credentials for cross-origin static imports]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=omit should not send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (default).]
expected: NOTRUN
[new SharedWorker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (same-origin).]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=include should send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=include should send the credentials for same-origin static imports]
expected: NOTRUN
[new SharedWorker() with type=module and credentials=include should send the credentials for cross-origin static imports]
expected: NOTRUN
|