diff options
Diffstat (limited to '')
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 + |