mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
supportsSession() -> isSessionSupported()
This commit is contained in:
parent
5f55cd5d71
commit
54c8cac1cd
7 changed files with 10 additions and 27 deletions
|
@ -1,7 +1,4 @@
|
|||
[xrDevice_isSessionSupported_immersive-ar.https.html]
|
||||
[isSessionSupported resolves to true for immersive-ar on a supported device]
|
||||
expected: FAIL
|
||||
|
||||
[isSessionSupported resolves to false for immersive-ar on an unsupported device]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -116,18 +116,15 @@
|
|||
[XRSession interface: operation end()]
|
||||
expected: FAIL
|
||||
|
||||
[XR interface: operation isSessionSupported(XRSessionMode)]
|
||||
expected: FAIL
|
||||
|
||||
[XR interface: calling isSessionSupported(XRSessionMode) on navigator.xr with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XR interface: navigator.xr must inherit property "isSessionSupported(XRSessionMode)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[WebGLRenderingContext includes WebGLRenderingContextOverloads: member names are unique]
|
||||
expected: FAIL
|
||||
|
||||
[WebGLRenderingContext includes WebGLRenderingContextBase: member names are unique]
|
||||
expected: FAIL
|
||||
|
||||
[XR interface: operation isSessionSupported(XRSessionMode)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[xrDevice_isSessionSupported_immersive.https.html]
|
||||
[isSessionSupported resolves to true when immersive options supported]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[xrDevice_isSessionSupported_immersive_unsupported.https.html]
|
||||
[isSessionSupported resolves to false when options not supported]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[xrDevice_isSessionSupported_inline.https.html]
|
||||
[isSessionSupported resolves to true when inline options supported]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue