diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/workers/shared-worker-options-mismatch.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
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 + |