https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6af27ec2961eab2855c6d9b88972ed25a9aaaf12 authored by Yutaka Hirano on 24 April 2018, 03:27:42 UTC
fix
Tip revision: 6af27ec
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