mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Update test to use newer API
This commit is contained in:
parent
c89f79b132
commit
b10ba77a23
2 changed files with 2 additions and 2 deletions
|
@ -733190,7 +733190,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"webxr/xrInputSource_add_remove.https.html": [
|
||||
"4c50670c70ec87754a777cc0bcfe8272e794ca07",
|
||||
"33264ddd68ab09e2ed6a596614116bd1225f2665",
|
||||
"testharness"
|
||||
],
|
||||
"webxr/xrInputSource_emulatedPosition.https.html": [
|
||||
|
|
|
@ -46,7 +46,7 @@ let testFunction = (session, fakeDeviceController, t) => new Promise((resolve) =
|
|||
assert_equals(input_sources[1].handedness, "none");
|
||||
});
|
||||
|
||||
fakeDeviceController.removeInputSource(input_source_1);
|
||||
input_source_1.disconnect();
|
||||
|
||||
session.requestAnimationFrame((time, xrFrame) => {
|
||||
let input_sources = session.inputSources;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue