mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #25770 - Manishearth:sessionsupport, r=jdm
supportsSession() -> isSessionSupported() r? @jdm fixes https://github.com/servo/servo/issues/25596
This commit is contained in:
commit
3475790fc2
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