https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4bb0ffc637a000ad40b0088afe1d02296589b959 authored by Simon Pieters on 03 September 2018, 13:45:20 UTC
HTML: test fieldset content before legend
Tip revision: 4bb0ffc
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