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/webxr/light-estimation | |
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/webxr/light-estimation')
7 files changed, 49 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webxr/light-estimation/xrFrame_getLightEstimate_oldSession.https.html.ini b/testing/web-platform/meta/webxr/light-estimation/xrFrame_getLightEstimate_oldSession.https.html.ini new file mode 100644 index 0000000000..3554ffa3da --- /dev/null +++ b/testing/web-platform/meta/webxr/light-estimation/xrFrame_getLightEstimate_oldSession.https.html.ini @@ -0,0 +1,7 @@ +[xrFrame_getLightEstimate_oldSession.https.html] + [getLightEstimate rejects if probe is from wrong session - webgl] + expected: FAIL + + [getLightEstimate rejects if probe is from wrong session - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/light-estimation/xrFrame_getLightEstimate_staleFrame.https.html.ini b/testing/web-platform/meta/webxr/light-estimation/xrFrame_getLightEstimate_staleFrame.https.html.ini new file mode 100644 index 0000000000..513c763bbb --- /dev/null +++ b/testing/web-platform/meta/webxr/light-estimation/xrFrame_getLightEstimate_staleFrame.https.html.ini @@ -0,0 +1,7 @@ +[xrFrame_getLightEstimate_staleFrame.https.html] + [Cannot get XrLightEstimate from stale frame - webgl] + expected: FAIL + + [Cannot get XrLightEstimate from stale frame - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/light-estimation/xrFrame_getLightEstimate_valid.https.html.ini b/testing/web-platform/meta/webxr/light-estimation/xrFrame_getLightEstimate_valid.https.html.ini new file mode 100644 index 0000000000..720579f072 --- /dev/null +++ b/testing/web-platform/meta/webxr/light-estimation/xrFrame_getLightEstimate_valid.https.html.ini @@ -0,0 +1,7 @@ +[xrFrame_getLightEstimate_valid.https.html] + [Can get XRLightEstimates during frame - webgl] + expected: FAIL + + [Can get XRLightEstimates during frame - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/light-estimation/xrSession_getLightProbe_ended.https.html.ini b/testing/web-platform/meta/webxr/light-estimation/xrSession_getLightProbe_ended.https.html.ini new file mode 100644 index 0000000000..042bbac5c8 --- /dev/null +++ b/testing/web-platform/meta/webxr/light-estimation/xrSession_getLightProbe_ended.https.html.ini @@ -0,0 +1,7 @@ +[xrSession_getLightProbe_ended.https.html] + [getLightProbe rejects on an ended session - webgl] + expected: FAIL + + [getLightProbe rejects on an ended session - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/light-estimation/xrSession_getLightProbe_notEnabled.https.html.ini b/testing/web-platform/meta/webxr/light-estimation/xrSession_getLightProbe_notEnabled.https.html.ini new file mode 100644 index 0000000000..0cceaf0db2 --- /dev/null +++ b/testing/web-platform/meta/webxr/light-estimation/xrSession_getLightProbe_notEnabled.https.html.ini @@ -0,0 +1,7 @@ +[xrSession_getLightProbe_notEnabled.https.html] + [getLightProbe rejects if not enabled on session - webgl] + expected: FAIL + + [getLightProbe rejects if not enabled on session - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/light-estimation/xrSession_getLightProbe_valid.https.html.ini b/testing/web-platform/meta/webxr/light-estimation/xrSession_getLightProbe_valid.https.html.ini new file mode 100644 index 0000000000..f7be9050ef --- /dev/null +++ b/testing/web-platform/meta/webxr/light-estimation/xrSession_getLightProbe_valid.https.html.ini @@ -0,0 +1,7 @@ +[xrSession_getLightProbe_valid.https.html] + [Can create valid XRLightProbe objects - webgl] + expected: FAIL + + [Can create valid XRLightProbe objects - webgl2] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/light-estimation/xrWebGLBinding_getReflectionCubeMap.https.html.ini b/testing/web-platform/meta/webxr/light-estimation/xrWebGLBinding_getReflectionCubeMap.https.html.ini new file mode 100644 index 0000000000..d813145223 --- /dev/null +++ b/testing/web-platform/meta/webxr/light-estimation/xrWebGLBinding_getReflectionCubeMap.https.html.ini @@ -0,0 +1,7 @@ +[xrWebGLBinding_getReflectionCubeMap.https.html] + [Test that getReflectionCubeMap returns or throws appropriately without a reflection map. - webgl] + expected: FAIL + + [Test that getReflectionCubeMap returns or throws appropriately without a reflection map. - webgl2] + expected: FAIL + |