From b10ba77a2319e305d45d45c9bf00e8c567a21687 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 8 Jan 2020 19:53:16 +0530 Subject: [PATCH] Update test to use newer API --- tests/wpt/metadata/MANIFEST.json | 2 +- .../webxr/xrInputSource_add_remove.https.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 0942f7eec754..446128fe6299 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -733190,7 +733190,7 @@ "testharness" ], "webxr/xrInputSource_add_remove.https.html": [ - "4c50670c70ec87754a777cc0bcfe8272e794ca07", + "33264ddd68ab09e2ed6a596614116bd1225f2665", "testharness" ], "webxr/xrInputSource_emulatedPosition.https.html": [ diff --git a/tests/wpt/web-platform-tests/webxr/xrInputSource_add_remove.https.html b/tests/wpt/web-platform-tests/webxr/xrInputSource_add_remove.https.html index 4c50670c70ec..33264ddd68ab 100644 --- a/tests/wpt/web-platform-tests/webxr/xrInputSource_add_remove.https.html +++ b/tests/wpt/web-platform-tests/webxr/xrInputSource_add_remove.https.html @@ -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;