Files
servo/tests/wpt/meta-legacy-layout/workers/modules/dedicated-worker-options-credentials.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

96 lines
4.6 KiB
INI

[dedicated-worker-options-credentials.html]
expected: TIMEOUT
[DedicatedWorker: WorkerOptions 'credentials']
expected: FAIL
[new Worker() with credentials=omit should not send the credentials]
expected: FAIL
[new Worker() with type=classic should always send the credentials regardless of the credentials option (include).]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials regardless of the credentials option (default).]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials regardless of the credentials option (omit).]
expected: NOTRUN
[new Worker() with type=module and credentials=include should send the credentials for same-origin static imports]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (include).]
expected: NOTRUN
[new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (same-origin).]
expected: NOTRUN
[new Worker() with type-module credentials=omit should not send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new Worker() with type-module credentials=omit should not send the credentials for cross-origin static imports]
expected: NOTRUN
[new Worker() with type=module and credentials=omit should not send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=module and credentials=omit should not send the credentials for same-origin static imports]
expected: NOTRUN
[new Worker() with type=module and credentials=include should send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=module and credentials=same-origin should not send the credentials for cross-origin static imports]
expected: NOTRUN
[new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (include).]
expected: NOTRUN
[new Worker() with type=module and credentials=same-origin should not send the credentials for cross-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (omit).]
expected: NOTRUN
[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]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (omit).]
expected: NOTRUN
[new Worker() with type=module and credentials=omit should not send the credentials]
expected: FAIL
[new Worker() 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 Worker() with type=classic should always send the credentials regardless of the credentials option (same-origin).]
expected: NOTRUN
[new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (default).]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (default).]
expected: NOTRUN
[new Worker() with type=module and credentials=include should send the credentials for cross-origin static imports]
expected: NOTRUN
[new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (same-origin).]
expected: NOTRUN
[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]
expected: NOTRUN
[new Worker() with type=module and credentials=same-origin should send the credentials for same-origin dynamic imports]
expected: NOTRUN
[new Worker() with type=module and credentials=same-origin should send the credentials for same-origin static imports]
expected: NOTRUN
[new Worker() 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 Worker() with type=module and credentials=include should send the credentials for same-origin dynamic imports]
expected: NOTRUN