From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../autoupgrades/audio-upgrade.https.sub.html | 40 ++++++++++ .../autoupgrades/image-upgrade.https.sub.html | 43 +++++++++++ .../autoupgrades/mixed-content-cors.https.sub.html | 84 +++++++++++++++++++++ .../autoupgrades/video-upgrade.https.sub.html | 41 ++++++++++ .../mixed-content/tentative/resources/pass.png | Bin 0 -> 1689 bytes .../mixed-content/tentative/resources/test.ogv | Bin 0 -> 2344665 bytes .../mixed-content/tentative/resources/test.wav | Bin 0 -> 353022 bytes 7 files changed, 208 insertions(+) create mode 100644 testing/web-platform/tests/mixed-content/tentative/autoupgrades/audio-upgrade.https.sub.html create mode 100644 testing/web-platform/tests/mixed-content/tentative/autoupgrades/image-upgrade.https.sub.html create mode 100644 testing/web-platform/tests/mixed-content/tentative/autoupgrades/mixed-content-cors.https.sub.html create mode 100644 testing/web-platform/tests/mixed-content/tentative/autoupgrades/video-upgrade.https.sub.html create mode 100644 testing/web-platform/tests/mixed-content/tentative/resources/pass.png create mode 100644 testing/web-platform/tests/mixed-content/tentative/resources/test.ogv create mode 100644 testing/web-platform/tests/mixed-content/tentative/resources/test.wav (limited to 'testing/web-platform/tests/mixed-content/tentative') diff --git a/testing/web-platform/tests/mixed-content/tentative/autoupgrades/audio-upgrade.https.sub.html b/testing/web-platform/tests/mixed-content/tentative/autoupgrades/audio-upgrade.https.sub.html new file mode 100644 index 0000000000..4aeb183e3d --- /dev/null +++ b/testing/web-platform/tests/mixed-content/tentative/autoupgrades/audio-upgrade.https.sub.html @@ -0,0 +1,40 @@ + + + +Autoupgrade mixed content: Audio. + + + + + + + + + diff --git a/testing/web-platform/tests/mixed-content/tentative/autoupgrades/image-upgrade.https.sub.html b/testing/web-platform/tests/mixed-content/tentative/autoupgrades/image-upgrade.https.sub.html new file mode 100644 index 0000000000..d63a71026a --- /dev/null +++ b/testing/web-platform/tests/mixed-content/tentative/autoupgrades/image-upgrade.https.sub.html @@ -0,0 +1,43 @@ + + + +Autoupgrade mixed content: Optionally Blockable. + + + + + + + + + diff --git a/testing/web-platform/tests/mixed-content/tentative/autoupgrades/mixed-content-cors.https.sub.html b/testing/web-platform/tests/mixed-content/tentative/autoupgrades/mixed-content-cors.https.sub.html new file mode 100644 index 0000000000..eb7b443df3 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/tentative/autoupgrades/mixed-content-cors.https.sub.html @@ -0,0 +1,84 @@ + + + + Test mixed content autoupgrade behavior for CORS request + + + + + + + + diff --git a/testing/web-platform/tests/mixed-content/tentative/autoupgrades/video-upgrade.https.sub.html b/testing/web-platform/tests/mixed-content/tentative/autoupgrades/video-upgrade.https.sub.html new file mode 100644 index 0000000000..ea2d07309c --- /dev/null +++ b/testing/web-platform/tests/mixed-content/tentative/autoupgrades/video-upgrade.https.sub.html @@ -0,0 +1,41 @@ + + + +Autoupgrade mixed content: Video. + + + + + + + + + diff --git a/testing/web-platform/tests/mixed-content/tentative/resources/pass.png b/testing/web-platform/tests/mixed-content/tentative/resources/pass.png new file mode 100644 index 0000000000..2fa1e0ac06 Binary files /dev/null and b/testing/web-platform/tests/mixed-content/tentative/resources/pass.png differ diff --git a/testing/web-platform/tests/mixed-content/tentative/resources/test.ogv b/testing/web-platform/tests/mixed-content/tentative/resources/test.ogv new file mode 100644 index 0000000000..0f83996e5d Binary files /dev/null and b/testing/web-platform/tests/mixed-content/tentative/resources/test.ogv differ diff --git a/testing/web-platform/tests/mixed-content/tentative/resources/test.wav b/testing/web-platform/tests/mixed-content/tentative/resources/test.wav new file mode 100644 index 0000000000..85dc1ea904 Binary files /dev/null and b/testing/web-platform/tests/mixed-content/tentative/resources/test.wav differ -- cgit v1.2.3