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 --- testing/web-platform/tests/webvr/META.yml | 3 ++ .../web-platform/tests/webvr/idlharness.https.html | 28 ++++++++++++++++++ ...webvr-disabled-by-feature-policy.https.sub.html | 33 ++++++++++++++++++++++ ...sabled-by-feature-policy.https.sub.html.headers | 1 + ...olicy-attribute-redirect-on-load.https.sub.html | 27 ++++++++++++++++++ ...bled-by-feature-policy-attribute.https.sub.html | 25 ++++++++++++++++ .../webvr-enabled-by-feature-policy.https.sub.html | 30 ++++++++++++++++++++ ...nabled-by-feature-policy.https.sub.html.headers | 1 + ...on-self-origin-by-feature-policy.https.sub.html | 30 ++++++++++++++++++++ ...origin-by-feature-policy.https.sub.html.headers | 1 + .../webvr/webvr-supported-by-feature-policy.html | 11 ++++++++ 11 files changed, 190 insertions(+) create mode 100644 testing/web-platform/tests/webvr/META.yml create mode 100644 testing/web-platform/tests/webvr/idlharness.https.html create mode 100644 testing/web-platform/tests/webvr/webvr-disabled-by-feature-policy.https.sub.html create mode 100644 testing/web-platform/tests/webvr/webvr-disabled-by-feature-policy.https.sub.html.headers create mode 100644 testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html create mode 100644 testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html create mode 100644 testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy.https.sub.html create mode 100644 testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy.https.sub.html.headers create mode 100644 testing/web-platform/tests/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html create mode 100644 testing/web-platform/tests/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.headers create mode 100644 testing/web-platform/tests/webvr/webvr-supported-by-feature-policy.html (limited to 'testing/web-platform/tests/webvr') diff --git a/testing/web-platform/tests/webvr/META.yml b/testing/web-platform/tests/webvr/META.yml new file mode 100644 index 0000000000..b50e559457 --- /dev/null +++ b/testing/web-platform/tests/webvr/META.yml @@ -0,0 +1,3 @@ +spec: https://immersive-web.github.io/webvr/spec/1.1/ +suggested_reviewers: + - klausw diff --git a/testing/web-platform/tests/webvr/idlharness.https.html b/testing/web-platform/tests/webvr/idlharness.https.html new file mode 100644 index 0000000000..ee991158ef --- /dev/null +++ b/testing/web-platform/tests/webvr/idlharness.https.html @@ -0,0 +1,28 @@ + + + + + WebVR IDL test + + + + + + + + +

Description

+

+ This test verifies that implementations of the WebVR API match its WebIDL definition. +

+ +
+ + + + diff --git a/testing/web-platform/tests/webvr/webvr-disabled-by-feature-policy.https.sub.html b/testing/web-platform/tests/webvr/webvr-disabled-by-feature-policy.https.sub.html new file mode 100644 index 0000000000..567499cefa --- /dev/null +++ b/testing/web-platform/tests/webvr/webvr-disabled-by-feature-policy.https.sub.html @@ -0,0 +1,33 @@ + + + + + + + + diff --git a/testing/web-platform/tests/webvr/webvr-disabled-by-feature-policy.https.sub.html.headers b/testing/web-platform/tests/webvr/webvr-disabled-by-feature-policy.https.sub.html.headers new file mode 100644 index 0000000000..d021af7563 --- /dev/null +++ b/testing/web-platform/tests/webvr/webvr-disabled-by-feature-policy.https.sub.html.headers @@ -0,0 +1 @@ +Feature-Policy: vr 'none' diff --git a/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html b/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html new file mode 100644 index 0000000000..da01dafd1c --- /dev/null +++ b/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy-attribute-redirect-on-load.https.sub.html @@ -0,0 +1,27 @@ + + + + + + + diff --git a/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html b/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html new file mode 100644 index 0000000000..d715f90213 --- /dev/null +++ b/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy-attribute.https.sub.html @@ -0,0 +1,25 @@ + + + + + + + diff --git a/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy.https.sub.html b/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy.https.sub.html new file mode 100644 index 0000000000..ee0256684f --- /dev/null +++ b/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy.https.sub.html @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy.https.sub.html.headers b/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy.https.sub.html.headers new file mode 100644 index 0000000000..e7427ee8c7 --- /dev/null +++ b/testing/web-platform/tests/webvr/webvr-enabled-by-feature-policy.https.sub.html.headers @@ -0,0 +1 @@ +Feature-Policy: vr * diff --git a/testing/web-platform/tests/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html b/testing/web-platform/tests/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html new file mode 100644 index 0000000000..bd7e82f606 --- /dev/null +++ b/testing/web-platform/tests/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/testing/web-platform/tests/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.headers b/testing/web-platform/tests/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.headers new file mode 100644 index 0000000000..87d343d8f8 --- /dev/null +++ b/testing/web-platform/tests/webvr/webvr-enabled-on-self-origin-by-feature-policy.https.sub.html.headers @@ -0,0 +1 @@ +Feature-Policy: vr 'self' diff --git a/testing/web-platform/tests/webvr/webvr-supported-by-feature-policy.html b/testing/web-platform/tests/webvr/webvr-supported-by-feature-policy.html new file mode 100644 index 0000000000..416e286c04 --- /dev/null +++ b/testing/web-platform/tests/webvr/webvr-supported-by-feature-policy.html @@ -0,0 +1,11 @@ + +Test that (obsolete) vr is advertised in the feature list +> + + + + -- cgit v1.2.3