diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/webvr | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webvr')
8 files changed, 30 insertions, 0 deletions
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] |