diff options
Diffstat (limited to 'testing/web-platform/meta/mixed-content/tentative')
5 files changed, 48 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..0c16eb2f07 --- /dev/null +++ b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/__dir__.ini @@ -0,0 +1 @@ +prefs: [security.mixed_content.upgrade_display_content: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..b5fb93857d --- /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 swgl: [TIMEOUT, OK] + if os == "android": [OK, ERROR, TIMEOUT] + if os == "mac": OK + [OK, TIMEOUT] + [Audio autoupgraded] + expected: + if (os == "linux") and fission: PASS + if os == "mac": PASS + [PASS, TIMEOUT] + + [Audio of other host autoupgraded] + expected: + if (os == "linux") and not swgl and not debug and (processor == "x86_64") and not fission: [PASS, TIMEOUT] + if (os == "linux") and not swgl and not debug and (processor == "x86_64") and fission: [PASS, TIMEOUT] + if (os == "linux") and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "linux") and not swgl and debug: [PASS, TIMEOUT] + if (os == "win") and swgl: [PASS, TIMEOUT] + if (os == "linux") and swgl: [TIMEOUT, PASS] 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..f8cd518c48 --- /dev/null +++ b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/mixed-content-cors.https.sub.html.ini @@ -0,0 +1,14 @@ +[mixed-content-cors.https.sub.html] + expected: + if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT] + if (os == "linux") and not debug and not fission: [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 debug and fission and (processor == "x86"): [PASS, TIMEOUT] + if (os == "linux") and not debug and not fission: [PASS, TIMEOUT] + if (os == "android") and not debug: [PASS, TIMEOUT] + + [Cross-Origin video should get upgraded even if CORS is set] + expected: + 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..1c9bd071ab --- /dev/null +++ b/testing/web-platform/meta/mixed-content/tentative/autoupgrades/video-upgrade.https.sub.html.ini @@ -0,0 +1,7 @@ +[video-upgrade.https.sub.html] + expected: + if (os == "android") and debug and not swgl: [OK, ERROR] + if (os == "linux") and not fission and not debug: [OK, TIMEOUT] + [Video autoupgraded] + expected: + if (os == "linux") and not fission and not debug: [PASS, TIMEOUT] |