diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/mixed-content/tentative/autoupgrades | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/mixed-content/tentative/autoupgrades')
5 files changed, 57 insertions, 0 deletions
diff --git a/testing/web-platform/meta/mixed-content/tentative/autoupgrades/__dir__.ini b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/__dir__.ini new file mode 100644 index 0000000000..98d58a4600 --- /dev/null +++ b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/__dir__.ini @@ -0,0 +1 @@ +prefs: [security.mixed_content.upgrade_display_content:true,security.mixed_content.upgrade_display_content.image:true] diff --git a/testing/web-platform/meta/mixed-content/tentative/autoupgrades/audio-upgrade.https.sub.html.ini b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/audio-upgrade.https.sub.html.ini new file mode 100644 index 0000000000..ce286d5bd9 --- /dev/null +++ b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/audio-upgrade.https.sub.html.ini @@ -0,0 +1,22 @@ +[audio-upgrade.https.sub.html] + disabled: + if (os == "android") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1401570 + expected: + if (os == "linux") and asan and not fission: [TIMEOUT, OK] + if os == "mac": OK + if os == "android": [OK, ERROR, TIMEOUT] + [OK, TIMEOUT] + [Audio autoupgraded] + expected: + if (os == "linux") and fission and not debug and (processor == "x86_64") and not asan and not tsan: [PASS, TIMEOUT] + if (os == "linux") and not fission: [PASS, TIMEOUT] + if os == "win": [PASS, TIMEOUT] + if os == "android": [PASS, TIMEOUT] + + [Audio of other host autoupgraded] + expected: + if (os == "linux") and asan and not fission: [TIMEOUT, PASS] + if (os == "win") and not swgl: PASS + if os == "mac": PASS + if os == "android": PASS + [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/mixed-content/tentative/autoupgrades/image-upgrade.https.sub.html.ini b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/image-upgrade.https.sub.html.ini new file mode 100644 index 0000000000..c87e42f6f6 --- /dev/null +++ b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/image-upgrade.https.sub.html.ini @@ -0,0 +1,4 @@ +[image-upgrade.https.sub.html] + expected: + if (os == "android") and debug and swgl: [OK, ERROR] + if (os == "android") and debug and not swgl: [OK, ERROR] diff --git a/testing/web-platform/meta/mixed-content/tentative/autoupgrades/mixed-content-cors.https.sub.html.ini b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/mixed-content-cors.https.sub.html.ini new file mode 100644 index 0000000000..77dc314932 --- /dev/null +++ b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/mixed-content-cors.https.sub.html.ini @@ -0,0 +1,21 @@ +[mixed-content-cors.https.sub.html] + expected: + if (os == "linux") and not asan and not swgl and not debug and fission and not tsan: [OK, TIMEOUT] + if (os == "linux") and not asan and not swgl and not debug and not fission: [TIMEOUT, OK] + if (os == "linux") and asan and fission: TIMEOUT + if (os == "linux") and asan and not fission: [OK, TIMEOUT] + if (os == "linux") and not asan and swgl: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] + [Cross-Origin audio should get upgraded even if CORS is set] + expected: + if (os == "linux") and not swgl and not debug and fission and not asan and not tsan: [PASS, TIMEOUT] + if (os == "linux") and not swgl and not debug and not fission and asan: [PASS, TIMEOUT] + if (os == "linux") and not swgl and not debug and not fission and not asan: [TIMEOUT, PASS] + if (os == "linux") and swgl: [PASS, TIMEOUT] + if (os == "android") and not debug: [PASS, TIMEOUT] + + [Cross-Origin video should get upgraded even if CORS is set] + expected: + if (os == "linux") and not swgl and asan and fission: TIMEOUT + if (os == "linux") and swgl and fission: [PASS, TIMEOUT] + if (os == "android") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/mixed-content/tentative/autoupgrades/video-upgrade.https.sub.html.ini b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/video-upgrade.https.sub.html.ini new file mode 100644 index 0000000000..35506023bb --- /dev/null +++ b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/video-upgrade.https.sub.html.ini @@ -0,0 +1,9 @@ +[video-upgrade.https.sub.html] + expected: + if (os == "linux") and fission and swgl: [OK, TIMEOUT] + if (os == "linux") and not fission and not debug: [OK, TIMEOUT] + if (os == "android") and debug and not swgl: [OK, ERROR] + [Video autoupgraded] + expected: + if fission and swgl and (os == "linux"): [PASS, TIMEOUT] + if not fission and (os == "linux") and not debug: [PASS, TIMEOUT] |