mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Support end events and end()
This commit is contained in:
parent
638cc92e89
commit
b66cbd364a
7 changed files with 62 additions and 14 deletions
|
@ -224,9 +224,6 @@
|
|||
[XR interface: calling requestSession(XRSessionMode, XRSessionInit) on navigator.xr with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[XRSession interface: attribute onend]
|
||||
expected: FAIL
|
||||
|
||||
[XRSession interface: operation end()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[xrSession_input_events_end.https.html]
|
||||
expected: TIMEOUT
|
||||
[Calling end during an input callback stops processing at the right time]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[xrSession_prevent_multiple_exclusive.https.html]
|
||||
expected: TIMEOUT
|
||||
[Test prevention of multiple simultaneous immersive sessions]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue