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:
bors-servo 2020-02-15 07:59:39 -05:00 committed by GitHub
commit 3475790fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 27 deletions

View file

@ -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

View file

@ -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

View file

@ -1,4 +0,0 @@
[xrDevice_isSessionSupported_immersive.https.html]
[isSessionSupported resolves to true when immersive options supported]
expected: FAIL

View file

@ -1,4 +0,0 @@
[xrDevice_isSessionSupported_immersive_unsupported.https.html]
[isSessionSupported resolves to false when options not supported]
expected: FAIL

View file

@ -1,4 +0,0 @@
[xrDevice_isSessionSupported_inline.https.html]
[isSessionSupported resolves to true when inline options supported]
expected: FAIL