Bug 1485476 [wpt PR 12629] - Update wpt metadata, a=testonly

wpt-pr: 12629
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-08-23 17:04:23 +00:00
parent 4ec0ebfafd
commit 349334430b
20 changed files with 98 additions and 0 deletions

View File

@ -0,0 +1,4 @@
[navigator_xr_requestDevice.https.html]
[navigator.xr.requestDevice returns a device]
expected: FAIL

View File

@ -0,0 +1,4 @@
[navigator_xr_requestDevice_no_device.https.html]
[navigator.xr.requestDevice properly rejects when there are 0 devices]
expected: FAIL

View File

@ -0,0 +1,4 @@
[webGLCanvasContext_create_with_xrdevice.https.html]
[webglCanvasContext can be created with an XRDevice]
expected: FAIL

View File

@ -0,0 +1,4 @@
[webGLCanvasContext_setdevice_contextlost.https.html]
[A lost webglCanvasContext should not be able to set device]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrDevice_requestSession_immersive.https.html]
[Tests requestSession resolves when supported]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrDevice_requestSession_immersive_no_gesture.https.html]
[Requesting immersive session outside of a user gesture rejects]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrDevice_requestSession_immersive_unsupported.https.html]
[Requesting an immersive session when unsupported rejects]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrDevice_requestSession_non_immersive_no_gesture.https.html]
[Requesting non-immersive session outside of a user gesture succeeds]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrDevice_supportsSession_immersive.https.html]
[supportsSession resolves when immersive options supported]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrDevice_supportsSession_immersive_unsupported.https.html]
[supportsSession rejects when options not supported]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrDevice_supportsSession_non_immersive.https.html]
[supportsSession resolves when non-immersive options supported]
expected: FAIL

View File

@ -0,0 +1,7 @@
[xrSession_cancelAnimationFrame.https.html]
[XRSession requestAnimationFrame callbacks can be unregistered with cancelAnimationFrame for non-immersive sessions]
expected: FAIL
[XRSession requestAnimationFrame callbacks can be unregistered with cancelAnimationFrame for immersive sessions]
expected: FAIL

View File

@ -0,0 +1,7 @@
[xrSession_cancelAnimationFrame_invalidhandle.https.html]
[XRSession cancelAnimationFrame does not have unexpected behavior when given invalid handles on immersive testSession]
expected: FAIL
[XRSession cancelAnimationFrame does not have unexpected behavior when given invalid handles on non-immersive testSession]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrSession_device.https.html]
[Requested session has device set]
expected: FAIL

View File

@ -0,0 +1,7 @@
[xrSession_end.https.html]
[end event fires when non-immersive session ends]
expected: FAIL
[end event fires when immersive session ends]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrSession_prevent_multiple_exclusive.https.html]
[Test prevention of multiple simultaneous immersive sessions]
expected: FAIL

View File

@ -0,0 +1,7 @@
[xrSession_requestAnimationFrame_callback_calls.https.html]
[XRSession requestAnimationFrame calls the provided callback a non-immersive session]
expected: FAIL
[XRSession requestAnimationFrame calls the provided callback for an immersive session]
expected: FAIL

View File

@ -0,0 +1,4 @@
[xrSession_requestAnimationFrame_data_valid.https.html]
[RequestAnimationFrame resolves with good data]
expected: FAIL

View File

@ -0,0 +1,7 @@
[xrSession_requestAnimationFrame_getDevicePose.https.html]
[XRFrame getDevicePose updates on the next frame for non-immersive sessions]
expected: FAIL
[XRFrame getDevicePose updates on the next frame for immersive sessions]
expected: FAIL

View File

@ -0,0 +1,7 @@
[xrSession_requestFrameOfReference.https.html]
[Immersive XRSession requestFrameOfReference returns expected objects]
expected: FAIL
[Non-immersive XRSession requestFrameOfReference returns expected objects]
expected: FAIL