From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../gen/top.meta/opt-in/audio-tag.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/beacon.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/fetch.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/img-tag.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/link-css-tag.https.html | 53 ++++++++++++++++++++++ .../top.meta/opt-in/link-prefetch-tag.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/object-tag.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/picture-tag.https.html | 53 ++++++++++++++++++++++ .../opt-in/script-tag-dynamic-import.https.html | 33 ++++++++++++++ .../gen/top.meta/opt-in/script-tag.https.html | 53 ++++++++++++++++++++++ .../opt-in/sharedworker-classic.https.html | 43 ++++++++++++++++++ .../opt-in/sharedworker-import-data.https.html | 53 ++++++++++++++++++++++ .../top.meta/opt-in/sharedworker-import.https.html | 53 ++++++++++++++++++++++ .../top.meta/opt-in/sharedworker-module.https.html | 43 ++++++++++++++++++ .../gen/top.meta/opt-in/video-tag.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/websocket.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/worker-classic.https.html | 43 ++++++++++++++++++ .../top.meta/opt-in/worker-import-data.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/worker-import.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/worker-module.https.html | 43 ++++++++++++++++++ .../worklet-animation-import-data.https.html | 53 ++++++++++++++++++++++ .../top.meta/opt-in/worklet-animation.https.html | 53 ++++++++++++++++++++++ .../opt-in/worklet-audio-import-data.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/worklet-audio.https.html | 53 ++++++++++++++++++++++ .../opt-in/worklet-layout-import-data.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/worklet-layout.https.html | 53 ++++++++++++++++++++++ .../opt-in/worklet-paint-import-data.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/worklet-paint.https.html | 53 ++++++++++++++++++++++ .../gen/top.meta/opt-in/xhr.https.html | 53 ++++++++++++++++++++++ 29 files changed, 1477 insertions(+) create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/audio-tag.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/beacon.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/fetch.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/img-tag.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/link-css-tag.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/link-prefetch-tag.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/object-tag.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/picture-tag.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/script-tag-dynamic-import.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/script-tag.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-classic.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-import-data.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-import.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-module.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/video-tag.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/websocket.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-classic.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-import-data.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-import.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-module.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-animation-import-data.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-animation.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-audio-import-data.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-audio.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-layout-import-data.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-layout.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-paint-import-data.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-paint.https.html create mode 100644 testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/xhr.https.html (limited to 'testing/web-platform/tests/mixed-content/gen/top.meta/opt-in') diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/audio-tag.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/audio-tag.https.html new file mode 100644 index 0000000000..9734cef5c5 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/audio-tag.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/beacon.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/beacon.https.html new file mode 100644 index 0000000000..87442befd3 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/beacon.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/fetch.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/fetch.https.html new file mode 100644 index 0000000000..45378cae4a --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/fetch.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/img-tag.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/img-tag.https.html new file mode 100644 index 0000000000..8c2486d9a7 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/img-tag.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/link-css-tag.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/link-css-tag.https.html new file mode 100644 index 0000000000..2014c10e23 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/link-css-tag.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/link-prefetch-tag.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/link-prefetch-tag.https.html new file mode 100644 index 0000000000..456139afda --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/link-prefetch-tag.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/object-tag.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/object-tag.https.html new file mode 100644 index 0000000000..209927d53f --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/object-tag.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/picture-tag.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/picture-tag.https.html new file mode 100644 index 0000000000..d28777b8cb --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/picture-tag.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/script-tag-dynamic-import.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/script-tag-dynamic-import.https.html new file mode 100644 index 0000000000..b2794bd20a --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/script-tag-dynamic-import.https.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/script-tag.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/script-tag.https.html new file mode 100644 index 0000000000..55e2dadb06 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/script-tag.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-classic.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-classic.https.html new file mode 100644 index 0000000000..02c50e3bcb --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-classic.https.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-import-data.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-import-data.https.html new file mode 100644 index 0000000000..d906686d92 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-import-data.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-import.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-import.https.html new file mode 100644 index 0000000000..3b156c6409 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-import.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-module.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-module.https.html new file mode 100644 index 0000000000..2ebb231931 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/sharedworker-module.https.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/video-tag.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/video-tag.https.html new file mode 100644 index 0000000000..6b40dfc2e6 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/video-tag.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/websocket.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/websocket.https.html new file mode 100644 index 0000000000..b54656dbe7 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/websocket.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-classic.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-classic.https.html new file mode 100644 index 0000000000..ca7667ceef --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-classic.https.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-import-data.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-import-data.https.html new file mode 100644 index 0000000000..2ff9aa7cf2 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-import-data.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-import.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-import.https.html new file mode 100644 index 0000000000..50db49acc8 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-import.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-module.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-module.https.html new file mode 100644 index 0000000000..2f1c240cae --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worker-module.https.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-animation-import-data.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-animation-import-data.https.html new file mode 100644 index 0000000000..0ebc71607f --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-animation-import-data.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-animation.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-animation.https.html new file mode 100644 index 0000000000..b3b070b60b --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-animation.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-audio-import-data.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-audio-import-data.https.html new file mode 100644 index 0000000000..383e08f0d9 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-audio-import-data.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-audio.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-audio.https.html new file mode 100644 index 0000000000..c4caffa7c5 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-audio.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-layout-import-data.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-layout-import-data.https.html new file mode 100644 index 0000000000..b90abff512 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-layout-import-data.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-layout.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-layout.https.html new file mode 100644 index 0000000000..08f5bcc66e --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-layout.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-paint-import-data.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-paint-import-data.https.html new file mode 100644 index 0000000000..04176e561d --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-paint-import-data.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-paint.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-paint.https.html new file mode 100644 index 0000000000..8c58fc638f --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/worklet-paint.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/xhr.https.html b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/xhr.https.html new file mode 100644 index 0000000000..22cbcd7ed0 --- /dev/null +++ b/testing/web-platform/tests/mixed-content/gen/top.meta/opt-in/xhr.https.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3