https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 02c8a4e983dc695405cfa63f62a88091283de0b9 authored by kaixinjxq on 14 March 2018, 09:22:25 UTC
Add sensor referenceFrame/frequency TypeError tests
Tip revision: 02c8a4e
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