diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/workers/shared-worker-options-mismatch.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/workers/shared-worker-options-mismatch.html.ini')
-rw-r--r-- | testing/web-platform/meta/workers/shared-worker-options-mismatch.html.ini | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/testing/web-platform/meta/workers/shared-worker-options-mismatch.html.ini b/testing/web-platform/meta/workers/shared-worker-options-mismatch.html.ini new file mode 100644 index 0000000000..58845f0781 --- /dev/null +++ b/testing/web-platform/meta/workers/shared-worker-options-mismatch.html.ini @@ -0,0 +1,74 @@ +[shared-worker-options-mismatch.html] + expected: TIMEOUT + [Connecting to shared worker with different options should be blocked: omit to same-origin in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: omit to include in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: same-origin to omit in module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: default to module] + expected: TIMEOUT + + [Connecting to shared worker with different options should be blocked: default to omit in module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: include to same-origin in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: module to default] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: include to omit in module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: omit to include in module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: default to include in module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: include to same-origin in module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: module to classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: default to omit in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: classic to module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: omit to default in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: include to omit in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: include to default in module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: same-origin to include in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: omit to same-origin in module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: include to default in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: same-origin to omit in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: default to include in classic] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: omit to default in module] + expected: NOTRUN + + [Connecting to shared worker with different options should be blocked: same-origin to include in module] + expected: NOTRUN + |