mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +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
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -13473,7 +13473,7 @@
|
|||
]
|
||||
],
|
||||
"interfaces.html": [
|
||||
"7a7d6c0a467ab2006d5edd9ef3a3b4a07f99cd64",
|
||||
"dd0f564f708a2a0e8cf1ed571bd2bd45977fa469",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
|
|
|
@ -278,6 +278,7 @@ test_interfaces([
|
|||
"XMLHttpRequestEventTarget",
|
||||
"XMLHttpRequestUpload",
|
||||
"XMLSerializer",
|
||||
"XRBoundedReferenceSpace",
|
||||
"XRFrame",
|
||||
"XRHand",
|
||||
"XRHitTestResult",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue