mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
refactor: rename XR to XRSystem
chore: fix formatting refactor: change filename and ref to xrsystem refactor: change filename XRSystem.webidl refactor: update crate in navigator refactor: use XRSystem instead of XR in navigator refactor: update Bindings.conf refactor: use XRSystemMethods fix: update assertions for XRSystem fix: update manifest json
This commit is contained in:
parent
ada95b9878
commit
30f474312f
9 changed files with 30 additions and 44 deletions
|
@ -131,27 +131,9 @@
|
|||
[XRSystem interface: operation isSessionSupported(XRSessionMode)]
|
||||
expected: FAIL
|
||||
|
||||
[XRSystem interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[XRSystem interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[XRSystem interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[XRSystem interface: attribute ondevicechange]
|
||||
expected: FAIL
|
||||
|
||||
[XRSystem interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[XRSystem interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[XRSystem interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[XRSystem interface: operation requestSession(XRSessionMode, XRSessionInit)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -13863,7 +13863,7 @@
|
|||
]
|
||||
],
|
||||
"interfaces.html": [
|
||||
"bb6adbde0b3452e6ea8f1db44941a08dbe236774",
|
||||
"163ab416b1627e07347b83aa210712364182343a",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
|
|
|
@ -263,7 +263,6 @@ test_interfaces([
|
|||
"XMLHttpRequestEventTarget",
|
||||
"XMLHttpRequestUpload",
|
||||
"XMLSerializer",
|
||||
"XR",
|
||||
"XRFrame",
|
||||
"XRInputSource",
|
||||
"XRInputSourceArray",
|
||||
|
@ -275,6 +274,7 @@ test_interfaces([
|
|||
"XRSession",
|
||||
"XRSessionEvent",
|
||||
"XRSpace",
|
||||
"XRSystem",
|
||||
"XRView",
|
||||
"XRViewerPose",
|
||||
"XRViewport",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue