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