https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 57632ae39c1574ba0e8ba16202904171f0c3854e authored by Harald Alvestrand on 21 March 2018, 19:52:04 UTC
Test that DTMFSender rejects properly after close
Tip revision: 57632ae
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