mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
webxr: Implement XRBoundedReferenceSpace (#33176)
* Implement XRBoundedReferenceSpace Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update interfaces Signed-off-by: Daniel Adams <msub2official@gmail.com> * Add missing pref condition on IDL interface Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
e0e562137c
commit
c028b5c299
15 changed files with 146 additions and 72 deletions
|
@ -53,9 +53,6 @@
|
|||
[Stringification of xrReferenceSpace]
|
||||
expected: FAIL
|
||||
|
||||
[XRBoundedReferenceSpace interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[XRWebGLLayer interface: xrWebGLLayer must inherit property "framebuffer" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -89,9 +86,6 @@
|
|||
[XRReferenceSpace must be primary interface of xrReferenceSpace]
|
||||
expected: FAIL
|
||||
|
||||
[XRBoundedReferenceSpace interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[XRReferenceSpaceEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -119,9 +113,6 @@
|
|||
[XRReferenceSpaceEvent interface: attribute transform]
|
||||
expected: FAIL
|
||||
|
||||
[XRBoundedReferenceSpace interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[XRInputSourcesChangeEvent interface: xrInputSourcesChangeEvent must inherit property "added" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -161,18 +152,12 @@
|
|||
[XRSession interface: xrSession must inherit property "onsqueezeend" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XRBoundedReferenceSpace interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[XRPermissionStatus interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[XRRenderState interface: xrRenderState must inherit property "inlineVerticalFieldOfView" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XRBoundedReferenceSpace interface: attribute boundsGeometry]
|
||||
expected: FAIL
|
||||
|
||||
[XRSession interface: calling cancelAnimationFrame(long) on xrSession with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -227,9 +212,6 @@
|
|||
[XRSessionEvent must be primary interface of xrSessionEvent]
|
||||
expected: FAIL
|
||||
|
||||
[XRBoundedReferenceSpace interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[XRRenderState interface: xrRenderState must inherit property "depthFar" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -242,9 +224,6 @@
|
|||
[XRSession interface: calling updateRenderState(optional XRRenderStateInit) on xrSession with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XRBoundedReferenceSpace interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of xrInputSourceArray]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue