From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001
From: Daniel Baumann
Date: Sun, 7 Apr 2024 21:33:14 +0200
Subject: Adding upstream version 115.7.0esr.
Signed-off-by: Daniel Baumann
---
...without-user-activation-disabled-tentative.html | 51 +++++
...hout-user-activation-enabled-tentative.sub.html | 51 +++++
...ult-permissions-policy.tentative.https.sub.html | 66 ++++++
...-supported-by-permissions-policy.tentative.html | 9 +
.../experimental-features/resources/common.js | 94 ++++++++
...s-without-user-activation-iframe-tentative.html | 47 ++++
.../resources/lazyload-contents.html | 13 ++
.../experimental-features/resources/lazyload.png | Bin 0 -> 20819 bytes
...ions-policy-private-state-token-redemption.html | 61 ++++++
.../resources/unload-helper.js | 41 ++++
.../vertical-scroll-scrollable-content.html | 16 ++
.../resources/vertical-scroll-scrollbar-ref.html | 13 ++
.../resources/vertical-scroll-scrollintoview.html | 45 ++++
.../resources/vertical-scroll-touch-action.html | 14 ++
.../resources/vertical-scroll-touch-block.html | 42 ++++
.../resources/vertical-scroll-wheel-block.html | 22 ++
.../resources/vertical-scroll.js | 25 +++
.../unload-allowed-by-default.tentative.window.js | 22 ++
.../unload-disallowed-subframe.tentative.window.js | 21 ++
.../unload-disallowed.tentative.window.js | 21 ++
...-disabled-frame-no-scroll-manual.tentative.html | 113 ++++++++++
...rtical-scroll-disabled-scrollbar-tentative.html | 4 +
...ertical-scroll-main-frame-manual.tentative.html | 46 ++++
...scroll-main-frame-manual.tentative.html.headers | 1 +
.../vertical-scroll-scrollintoview.tentative.html | 117 ++++++++++
...tical-scroll-touch-action-manual.tentative.html | 103 +++++++++
...rtical-scroll-touch-block-manual.tentative.html | 237 +++++++++++++++++++++
...rtical-scroll-wheel-block-manual.tentative.html | 145 +++++++++++++
28 files changed, 1440 insertions(+)
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/focus-without-user-activation-disabled-tentative.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/focus-without-user-activation-enabled-tentative.sub.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/private-state-token-redemption-default-permissions-policy.tentative.https.sub.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/private-state-token-redemption-supported-by-permissions-policy.tentative.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/common.js
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/focus-without-user-activation-iframe-tentative.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/lazyload-contents.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/lazyload.png
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/permissions-policy-private-state-token-redemption.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/unload-helper.js
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/vertical-scroll-scrollable-content.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/vertical-scroll-scrollbar-ref.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/vertical-scroll-scrollintoview.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/vertical-scroll-touch-action.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/vertical-scroll-touch-block.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/vertical-scroll-wheel-block.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/resources/vertical-scroll.js
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/unload-allowed-by-default.tentative.window.js
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/unload-disallowed-subframe.tentative.window.js
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/unload-disallowed.tentative.window.js
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-disabled-frame-no-scroll-manual.tentative.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-disabled-scrollbar-tentative.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-main-frame-manual.tentative.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-main-frame-manual.tentative.html.headers
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-touch-action-manual.tentative.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html
create mode 100644 testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-wheel-block-manual.tentative.html
(limited to 'testing/web-platform/tests/permissions-policy/experimental-features')
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/focus-without-user-activation-disabled-tentative.html b/testing/web-platform/tests/permissions-policy/experimental-features/focus-without-user-activation-disabled-tentative.html
new file mode 100644
index 0000000000..3980fd1219
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/focus-without-user-activation-disabled-tentative.html
@@ -0,0 +1,51 @@
+
+
+
+
+ 'focus-without-user-activation' Policy : Correctly block automatic focus when policy disabled
+
+
+
+
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/focus-without-user-activation-enabled-tentative.sub.html b/testing/web-platform/tests/permissions-policy/experimental-features/focus-without-user-activation-enabled-tentative.sub.html
new file mode 100644
index 0000000000..5722947f86
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/focus-without-user-activation-enabled-tentative.sub.html
@@ -0,0 +1,51 @@
+
+
+
+
+ 'focus-without-user-activation' Policy : Correctly block automatic focus when policy disabled
+
+
+
+
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/private-state-token-redemption-default-permissions-policy.tentative.https.sub.html b/testing/web-platform/tests/permissions-policy/experimental-features/private-state-token-redemption-default-permissions-policy.tentative.https.sub.html
new file mode 100644
index 0000000000..4962b42721
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/private-state-token-redemption-default-permissions-policy.tentative.https.sub.html
@@ -0,0 +1,66 @@
+
+Test that private state token redemption is enabled/disabled according to the permissions policy
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/private-state-token-redemption-supported-by-permissions-policy.tentative.html b/testing/web-platform/tests/permissions-policy/experimental-features/private-state-token-redemption-supported-by-permissions-policy.tentative.html
new file mode 100644
index 0000000000..0399f167fb
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/private-state-token-redemption-supported-by-permissions-policy.tentative.html
@@ -0,0 +1,9 @@
+
+Test that private state token redemption is advertised in the feature list
+
+
+
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/resources/common.js b/testing/web-platform/tests/permissions-policy/experimental-features/resources/common.js
new file mode 100644
index 0000000000..308f787da6
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/resources/common.js
@@ -0,0 +1,94 @@
+const url_base = "/permissions-policy/experimental-features/resources/";
+window.messageResponseCallback = null;
+
+function setFeatureState(iframe, feature, origins) {
+ iframe.setAttribute("allow", `${feature} ${origins};`);
+}
+
+// Returns a promise which is resolved when the
EOP
+
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-main-frame-manual.tentative.html.headers b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-main-frame-manual.tentative.html.headers
new file mode 100644
index 0000000000..8d9c01e148
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-main-frame-manual.tentative.html.headers
@@ -0,0 +1 @@
+Permissions-Policy: vertical-scroll=()
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html
new file mode 100644
index 0000000000..4f78dd914a
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+ An <iframe> further below which is not allowed to block scroll.
+
+
+ Making sure there is room for vertical scroll
+
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-touch-action-manual.tentative.html b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-touch-action-manual.tentative.html
new file mode 100644
index 0000000000..8c2eec93b7
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-touch-action-manual.tentative.html
@@ -0,0 +1,103 @@
+
+
+vertical-scroll test for touch-action
+
+
+
+
+
+
+
+Spacers below to make page scrollable
+
+
+
+ EOF
+
+
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html
new file mode 100644
index 0000000000..341e543934
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html
@@ -0,0 +1,237 @@
+
+vertical-scroll test for touch-action
+
+
+
+
+
+
+
+Spacers below to make page scrollable
+
+
+
+ EOF
+
+
diff --git a/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-wheel-block-manual.tentative.html b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-wheel-block-manual.tentative.html
new file mode 100644
index 0000000000..2627fd4154
--- /dev/null
+++ b/testing/web-platform/tests/permissions-policy/experimental-features/vertical-scroll-wheel-block-manual.tentative.html
@@ -0,0 +1,145 @@
+
+vertical-scroll test for 'mousewheel'
+
+
+
+
+
+
+
+Spacers below to make page scrollable
+
+
+
+ EOF
+
--
cgit v1.2.3