Update/Add WebV/XR gamepad tests |
|||
Issue descriptionhttps://chromium-review.googlesource.com/c/chromium/src/+/1003732 changed the behavior of the gamepad API for WebVR and WebXR, so tests need to be added and updated to match this new behavior. This means: 1. Change the existing WebVR tests (both DDView and Cardboard) to run with gamepad extensions disabled, as a gamepad should still be returned in this case https://cs.chromium.org/chromium/src/chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/WebVrInputTest.java?q=webvrinputtest&sq=package:chromium&dr=CSs&l=164 2. Add a new test with WebXR enabled and WebXRGamepadSupport disabled and ensure a gamepad is not returned. 3. Add a new test with WebXR and WebXRGamepadSupport enabled and ensure a gamepad is returned. 4. Add a new test with WebVR, WebXR, and WebXRGamepadSupport disabled and ensure a gamepad is not returned.
,
Jun 11 2018
,
Jul 4
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, May 31 2018