diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /testing/web-platform/meta/fetch/fetch-later | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fetch/fetch-later')
-rw-r--r-- | testing/web-platform/meta/fetch/fetch-later/activate-after.tentative.https.window.js.ini | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/web-platform/meta/fetch/fetch-later/activate-after.tentative.https.window.js.ini b/testing/web-platform/meta/fetch/fetch-later/activate-after.tentative.https.window.js.ini index 974e367b16..8c5362eac9 100644 --- a/testing/web-platform/meta/fetch/fetch-later/activate-after.tentative.https.window.js.ini +++ b/testing/web-platform/meta/fetch/fetch-later/activate-after.tentative.https.window.js.ini @@ -1,17 +1,17 @@ [activate-after.tentative.https.window.html] expected: - if (os == "win") and debug and (processor == "x86_64"): OK - if (os == "win") and not debug: TIMEOUT + if (os == "linux") and debug and fission: [OK, TIMEOUT] + if (os == "win") and (processor == "x86_64"): TIMEOUT if (os == "linux") and not debug: TIMEOUT if os == "android": OK - [OK, TIMEOUT] + [TIMEOUT, OK] [fetchLater() sends out based on activateAfter.] expected: - if (os == "win") and debug and (processor == "x86_64"): FAIL - if (os == "win") and not debug: TIMEOUT + if (os == "linux") and debug and fission: [FAIL, TIMEOUT] + if (os == "win") and (processor == "x86_64"): TIMEOUT if (os == "linux") and not debug: TIMEOUT if os == "android": FAIL - [FAIL, TIMEOUT] + [TIMEOUT, FAIL] [fetchLater() sends out based on activateAfter, even if document is in BFCache.] expected: FAIL |