From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../xrFrame_getLightEstimate_oldSession.https.html | 57 +++++++++++ .../xrFrame_getLightEstimate_staleFrame.https.html | 47 ++++++++++ .../xrFrame_getLightEstimate_valid.https.html | 104 +++++++++++++++++++++ .../xrSession_getLightProbe_ended.https.html | 21 +++++ .../xrSession_getLightProbe_notEnabled.https.html | 18 ++++ .../xrSession_getLightProbe_valid.https.html | 27 ++++++ .../xrWebGLBinding_getReflectionCubeMap.https.html | 95 +++++++++++++++++++ 7 files changed, 369 insertions(+) create mode 100644 testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_oldSession.https.html create mode 100644 testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_staleFrame.https.html create mode 100644 testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_valid.https.html create mode 100644 testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_ended.https.html create mode 100644 testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_notEnabled.https.html create mode 100644 testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_valid.https.html create mode 100644 testing/web-platform/tests/webxr/light-estimation/xrWebGLBinding_getReflectionCubeMap.https.html (limited to 'testing/web-platform/tests/webxr/light-estimation') diff --git a/testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_oldSession.https.html b/testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_oldSession.https.html new file mode 100644 index 0000000000..7a896aa9ff --- /dev/null +++ b/testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_oldSession.https.html @@ -0,0 +1,57 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_staleFrame.https.html b/testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_staleFrame.https.html new file mode 100644 index 0000000000..499a30d561 --- /dev/null +++ b/testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_staleFrame.https.html @@ -0,0 +1,47 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_valid.https.html b/testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_valid.https.html new file mode 100644 index 0000000000..68c5d841fc --- /dev/null +++ b/testing/web-platform/tests/webxr/light-estimation/xrFrame_getLightEstimate_valid.https.html @@ -0,0 +1,104 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_ended.https.html b/testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_ended.https.html new file mode 100644 index 0000000000..cc046499f9 --- /dev/null +++ b/testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_ended.https.html @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_notEnabled.https.html b/testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_notEnabled.https.html new file mode 100644 index 0000000000..23fe1c6ec5 --- /dev/null +++ b/testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_notEnabled.https.html @@ -0,0 +1,18 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_valid.https.html b/testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_valid.https.html new file mode 100644 index 0000000000..074c7fd1dc --- /dev/null +++ b/testing/web-platform/tests/webxr/light-estimation/xrSession_getLightProbe_valid.https.html @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/light-estimation/xrWebGLBinding_getReflectionCubeMap.https.html b/testing/web-platform/tests/webxr/light-estimation/xrWebGLBinding_getReflectionCubeMap.https.html new file mode 100644 index 0000000000..a68a0f2b51 --- /dev/null +++ b/testing/web-platform/tests/webxr/light-estimation/xrWebGLBinding_getReflectionCubeMap.https.html @@ -0,0 +1,95 @@ + + + + + + + + + -- cgit v1.2.3