diff options
Diffstat (limited to 'testing/web-platform/meta/webxr/layers')
-rw-r--r-- | testing/web-platform/meta/webxr/layers/xrSession_updateRenderState.https.html.ini | 12 | ||||
-rw-r--r-- | testing/web-platform/meta/webxr/layers/xrWebGLBinding_constructor.https.html.ini | 7 |
2 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webxr/layers/xrSession_updateRenderState.https.html.ini b/testing/web-platform/meta/webxr/layers/xrSession_updateRenderState.https.html.ini new file mode 100644 index 0000000000..34aa807e81 --- /dev/null +++ b/testing/web-platform/meta/webxr/layers/xrSession_updateRenderState.https.html.ini @@ -0,0 +1,12 @@ +[xrSession_updateRenderState.https.html] + [Ensure XRSession throws appropriate errors when updating render state without layers feature enabled - webgl] + expected: FAIL + + [Ensure XRSession throws appropriate errors when updating render state without layers feature enabled - webgl2] + expected: FAIL + + [Ensure XRSession throws appropriate errors when updating render state with layers feature enabled - webgl] + expected: FAIL + + [Ensure XRSession throws appropriate errors when updating render state with layers feature enabled - webgl2] + expected: FAIL diff --git a/testing/web-platform/meta/webxr/layers/xrWebGLBinding_constructor.https.html.ini b/testing/web-platform/meta/webxr/layers/xrWebGLBinding_constructor.https.html.ini new file mode 100644 index 0000000000..cff3ce1cfd --- /dev/null +++ b/testing/web-platform/meta/webxr/layers/xrWebGLBinding_constructor.https.html.ini @@ -0,0 +1,7 @@ +[xrWebGLBinding_constructor.https.html] + [Ensure that XRWebGLBinding's constructor throws appropriate errors using webgl2] + expected: FAIL + + [Ensure that XRWebGLBinding's constructor throws appropriate errors using webgl] + expected: FAIL + |