diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/webxr/ar-module | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webxr/ar-module')
5 files changed, 80 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webxr/ar-module/idlharness.https.window.js.ini b/testing/web-platform/meta/webxr/ar-module/idlharness.https.window.js.ini new file mode 100644 index 0000000000..bebeae225a --- /dev/null +++ b/testing/web-platform/meta/webxr/ar-module/idlharness.https.window.js.ini @@ -0,0 +1,19 @@ +[idlharness.https.window.html] + [XRSession interface: attribute environmentBlendMode] + expected: FAIL + + [XRSession interface: attribute interactionMode] + expected: FAIL + + [idl_test setup] + expected: FAIL + + [XRSession interface: xrSession must inherit property "environmentBlendMode" with the proper type] + expected: FAIL + + [XRSession interface: xrSession must inherit property "interactionMode" with the proper type] + expected: FAIL + + [XRView interface: attribute isFirstPersonObserver] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/ar-module/xrDevice_isSessionSupported_immersive-ar.https.html.ini b/testing/web-platform/meta/webxr/ar-module/xrDevice_isSessionSupported_immersive-ar.https.html.ini new file mode 100644 index 0000000000..b4c7bff756 --- /dev/null +++ b/testing/web-platform/meta/webxr/ar-module/xrDevice_isSessionSupported_immersive-ar.https.html.ini @@ -0,0 +1,7 @@ +[xrDevice_isSessionSupported_immersive-ar.https.html] + [isSessionSupported resolves to true for immersive-ar on a supported device] + expected: FAIL + + [isSessionSupported resolves to false for immersive-ar on an unsupported device] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/ar-module/xrDevice_requestSession_immersive-ar.https.html.ini b/testing/web-platform/meta/webxr/ar-module/xrDevice_requestSession_immersive-ar.https.html.ini new file mode 100644 index 0000000000..4efda054c0 --- /dev/null +++ b/testing/web-platform/meta/webxr/ar-module/xrDevice_requestSession_immersive-ar.https.html.ini @@ -0,0 +1,10 @@ +[xrDevice_requestSession_immersive-ar.https.html] + [Tests requestSession rejects immersive-ar mode when unsupported] + expected: FAIL + + [Tests requestSession accepts immersive-ar mode - webgl2] + expected: FAIL + + [Tests requestSession accepts immersive-ar mode - webgl] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/ar-module/xrSession_environmentBlendMode.https.html.ini b/testing/web-platform/meta/webxr/ar-module/xrSession_environmentBlendMode.https.html.ini new file mode 100644 index 0000000000..8ea2552656 --- /dev/null +++ b/testing/web-platform/meta/webxr/ar-module/xrSession_environmentBlendMode.https.html.ini @@ -0,0 +1,13 @@ +[xrSession_environmentBlendMode.https.html] + [Tests environmentBlendMode for an AR device - webgl2] + expected: FAIL + + [Tests environmentBlendMode for a VR device - webgl] + expected: FAIL + + [Tests environmentBlendMode for an AR device - webgl] + expected: FAIL + + [Tests environmentBlendMode for a VR device - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/ar-module/xrSession_interactionMode.https.html.ini b/testing/web-platform/meta/webxr/ar-module/xrSession_interactionMode.https.html.ini new file mode 100644 index 0000000000..52725941cf --- /dev/null +++ b/testing/web-platform/meta/webxr/ar-module/xrSession_interactionMode.https.html.ini @@ -0,0 +1,31 @@ +[xrSession_interactionMode.https.html] + [Tests interactionMode for an AR_HMD_DEVICE - webgl] + expected: FAIL + + [Tests interactionMode for an VR_HMD_DEVICE - webgl] + expected: FAIL + + [Tests interactionMode for a INLINE_SCREEN_DEVICE - webgl] + expected: FAIL + + [Tests interactionMode for a INLINE_SCREEN_DEVICE - webgl2] + expected: FAIL + + [Tests interactionMode for an AR_SCREEN_DEVICE - webgl2] + expected: FAIL + + [Tests interactionMode for an AR_SCREEN_DEVICE - webgl] + expected: FAIL + + [Tests interactionMode for an VR_SCREEN_DEVICE - webgl] + expected: FAIL + + [Tests interactionMode for an VR_SCREEN_DEVICE - webgl2] + expected: FAIL + + [Tests interactionMode for an AR_HMD_DEVICE - webgl2] + expected: FAIL + + [Tests interactionMode for an VR_HMD_DEVICE - webgl2] + expected: FAIL + |