Skip to content

Commit

Permalink
Update test to use newer API
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 9, 2020
1 parent c89f79b commit b10ba77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/wpt/metadata/MANIFEST.json
Expand Up @@ -733190,7 +733190,7 @@
"testharness"
],
"webxr/xrInputSource_add_remove.https.html": [
"4c50670c70ec87754a777cc0bcfe8272e794ca07",
"33264ddd68ab09e2ed6a596614116bd1225f2665",
"testharness"
],
"webxr/xrInputSource_emulatedPosition.https.html": [
Expand Down
Expand Up @@ -46,7 +46,7 @@
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;
Expand Down

0 comments on commit b10ba77

Please sign in to comment.