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 --- testing/web-platform/meta/webvr/__dir__.ini | 2 ++ testing/web-platform/meta/webvr/idlharness.https.html.ini | 10 ++++++++++ .../webvr/webvr-disabled-by-feature-policy.https.sub.html.ini | 3 +++ ...eature-policy-attribute-redirect-on-load.https.sub.html.ini | 3 +++ ...ebvr-enabled-by-feature-policy-attribute.https.sub.html.ini | 3 +++ .../webvr/webvr-enabled-by-feature-policy.https.sub.html.ini | 3 +++ ...enabled-on-self-origin-by-feature-policy.https.sub.html.ini | 3 +++ .../meta/webvr/webvr-supported-by-feature-policy.html.ini | 3 +++ 8 files changed, 30 insertions(+) create mode 100644 testing/web-platform/meta/webvr/__dir__.ini create mode 100644 testing/web-platform/meta/webvr/idlharness.https.html.ini create mode 100644 testing/web-platform/meta/webvr/webvr-disabled-by-feature-policy.https.sub.html.ini create mode 100644 testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html.ini create mode 100644 testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html.ini create mode 100644 testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini create mode 100644 testing/web-platform/meta/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini create mode 100644 testing/web-platform/meta/webvr/webvr-supported-by-feature-policy.html.ini (limited to 'testing/web-platform/meta/webvr') diff --git a/testing/web-platform/meta/webvr/__dir__.ini b/testing/web-platform/meta/webvr/__dir__.ini new file mode 100644 index 0000000000..c5e5f200a0 --- /dev/null +++ b/testing/web-platform/meta/webvr/__dir__.ini @@ -0,0 +1,2 @@ +prefs: [dom.vr.enabled:true, dom.vr.prompt.testing:true, dom.vr.prompt.testing.allow:true, dom.security.featurePolicy.experimental.enabled:true, dom.security.featurePolicy.header.enabled:true, dom.security.featurePolicy.webidl.enabled:true] +leak-threshold: [vr:51200] diff --git a/testing/web-platform/meta/webvr/idlharness.https.html.ini b/testing/web-platform/meta/webvr/idlharness.https.html.ini new file mode 100644 index 0000000000..4b9ddf79c8 --- /dev/null +++ b/testing/web-platform/meta/webvr/idlharness.https.html.ini @@ -0,0 +1,10 @@ +[idlharness.https.html] + [Window interface: attribute onvrdisplayblur] + expected: FAIL + + [Window interface: attribute onvrdisplayfocus] + expected: FAIL + + [Navigator interface: attribute vrEnabled] + expected: FAIL + diff --git a/testing/web-platform/meta/webvr/webvr-disabled-by-feature-policy.https.sub.html.ini b/testing/web-platform/meta/webvr/webvr-disabled-by-feature-policy.https.sub.html.ini new file mode 100644 index 0000000000..5a4322afdf --- /dev/null +++ b/testing/web-platform/meta/webvr/webvr-disabled-by-feature-policy.https.sub.html.ini @@ -0,0 +1,3 @@ +[webvr-disabled-by-feature-policy.https.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html.ini b/testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html.ini new file mode 100644 index 0000000000..b135b6fd8d --- /dev/null +++ b/testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html.ini @@ -0,0 +1,3 @@ +[webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html.ini b/testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html.ini new file mode 100644 index 0000000000..4db00db47a --- /dev/null +++ b/testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html.ini @@ -0,0 +1,3 @@ +[webvr-enabled-by-feature-policy-attribute.https.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini b/testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini new file mode 100644 index 0000000000..4e494974f2 --- /dev/null +++ b/testing/web-platform/meta/webvr/webvr-enabled-by-feature-policy.https.sub.html.ini @@ -0,0 +1,3 @@ +[webvr-enabled-by-feature-policy.https.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini b/testing/web-platform/meta/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini new file mode 100644 index 0000000000..fc5ccfe0c5 --- /dev/null +++ b/testing/web-platform/meta/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.ini @@ -0,0 +1,3 @@ +[webvr-enabled-on-self-origin-by-feature-policy.https.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webvr/webvr-supported-by-feature-policy.html.ini b/testing/web-platform/meta/webvr/webvr-supported-by-feature-policy.html.ini new file mode 100644 index 0000000000..4f4c904258 --- /dev/null +++ b/testing/web-platform/meta/webvr/webvr-supported-by-feature-policy.html.ini @@ -0,0 +1,3 @@ +[webvr-supported-by-feature-policy.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] -- cgit v1.2.3