diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /testing/web-platform/meta/web-locks | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/web-locks')
-rw-r--r-- | testing/web-platform/meta/web-locks/partitioned-web-locks.tentative.https.html.ini | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/web-platform/meta/web-locks/partitioned-web-locks.tentative.https.html.ini b/testing/web-platform/meta/web-locks/partitioned-web-locks.tentative.https.html.ini index d2b72809b2..a9e9fcf939 100644 --- a/testing/web-platform/meta/web-locks/partitioned-web-locks.tentative.https.html.ini +++ b/testing/web-platform/meta/web-locks/partitioned-web-locks.tentative.https.html.ini @@ -8,12 +8,12 @@ prefs: [privacy.partition.always_partition_third_party_non_cookie_storage:true, [OK, TIMEOUT] [WebLocks of a nested iframe with a cross-site ancestor are partitioned] expected: - if not debug and (os == "linux") and fission and not asan and not tsan: [FAIL, TIMEOUT, NOTRUN] - if not debug and (os == "linux") and fission and asan: [TIMEOUT, FAIL, NOTRUN] - if not debug and (os == "win"): FAIL - if not debug and (os == "mac"): FAIL - if debug: FAIL - [FAIL, NOTRUN] + if not debug and (os == "linux") and fission and not asan and not tsan: [PASS, TIMEOUT, NOTRUN] + if not debug and (os == "linux") and fission and asan: [TIMEOUT, PASS, NOTRUN] + if not debug and (os == "win"): PASS + if not debug and (os == "mac"): PASS + if debug: PASS + [PASS, NOTRUN] [WebLocks of an iframe under a 3rd-party site are partitioned] expected: |