https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9085adfbc6ebbed6d4fdea880e46eb433d4df5ef authored by Mike Pennisi on 28 November 2018, 17:41:59 UTC
Explicitly download manifest
Tip revision: 9085adf
README.md
# WebUSB Testing

WebUSB testing relies on the [WebUSB Testing API] which must be
provided by browsers under test.

In this test suite `resources/usb-helpers.js` detects and triggers
the API to be loaded as needed.

The Chromium implementation is provided by
`../resources/chromium/webusb-test.js`.

[WebUSB Testing API]: https://wicg.github.io/webusb/test/
back to top