From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- .../webxr/ar-module/idlharness.https.window.js.ini | 19 +++++++++++++ ..._isSessionSupported_immersive-ar.https.html.ini | 7 +++++ ...vice_requestSession_immersive-ar.https.html.ini | 10 +++++++ .../xrSession_environmentBlendMode.https.html.ini | 13 +++++++++ .../xrSession_interactionMode.https.html.ini | 31 ++++++++++++++++++++++ 5 files changed, 80 insertions(+) create mode 100644 testing/web-platform/meta/webxr/ar-module/idlharness.https.window.js.ini create mode 100644 testing/web-platform/meta/webxr/ar-module/xrDevice_isSessionSupported_immersive-ar.https.html.ini create mode 100644 testing/web-platform/meta/webxr/ar-module/xrDevice_requestSession_immersive-ar.https.html.ini create mode 100644 testing/web-platform/meta/webxr/ar-module/xrSession_environmentBlendMode.https.html.ini create mode 100644 testing/web-platform/meta/webxr/ar-module/xrSession_interactionMode.https.html.ini (limited to 'testing/web-platform/meta/webxr/ar-module') 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 + -- cgit v1.2.3