mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
webxr: Implement reference space reset events (#33460)
* Initial interface implementation Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add event handler Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update FakeXRDevice interface Signed-off-by: Daniel Adams <msub2official@gmail.com> * Implement reset event Signed-off-by: Daniel Adams <msub2official@gmail.com> * Downcast bounded spaces Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update webxr commit Signed-off-by: Daniel Adams <msub2official@gmail.com> * fmt Signed-off-by: Daniel Adams <msub2official@gmail.com> * Adjust DomRoot usage Signed-off-by: Daniel Adams <msub2official@gmail.com> * fmt Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update manifest Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
b0cae28c83
commit
f8e0fde044
18 changed files with 210 additions and 90 deletions
|
@ -5,9 +5,6 @@
|
|||
[XRSession interface: calling requestReferenceSpace(XRReferenceSpaceType) on xrSession with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpaceEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[XRSession interface: xrSession must inherit property "visibilityState" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,15 +17,9 @@
|
|||
[XRWebGLLayer interface: calling getNativeFramebufferScaleFactor(XRSession) on xrWebGLLayer with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpaceEvent interface: attribute referenceSpace]
|
||||
expected: FAIL
|
||||
|
||||
[XRWebGLLayer interface: xrWebGLLayer must inherit property "antialias" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpaceEvent interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[XRSession interface: xrSession must inherit property "requestAnimationFrame(XRFrameRequestCallback)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -62,12 +53,6 @@
|
|||
[WebGLRenderingContext includes WebGLRenderingContextOverloads: member names are unique]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpaceEvent interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpaceEvent interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[XRRenderState must be primary interface of xrRenderState]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -86,9 +71,6 @@
|
|||
[XRReferenceSpace must be primary interface of xrReferenceSpace]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpaceEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[XRPermissionStatus interface: attribute granted]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -110,9 +92,6 @@
|
|||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpaceEvent interface: attribute transform]
|
||||
expected: FAIL
|
||||
|
||||
[XRInputSourcesChangeEvent interface: xrInputSourcesChangeEvent must inherit property "added" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -176,9 +155,6 @@
|
|||
[XRInputSourcesChangeEvent interface: xrInputSourcesChangeEvent must inherit property "removed" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpace interface: attribute onreset]
|
||||
expected: FAIL
|
||||
|
||||
[XRSession interface: xrSession must inherit property "onsqueeze" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -194,9 +170,6 @@
|
|||
[Stringification of xrWebGLLayer]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpaceEvent interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of xrRenderState]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue