| Index: third_party/WebKit/LayoutTests/usb/test-polyfil.html
|
| diff --git a/third_party/WebKit/LayoutTests/usb/test-polyfil.html b/third_party/WebKit/LayoutTests/usb/test-polyfil.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6e549ae8e13bd329c970f24827f93551f7cb8698
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/usb/test-polyfil.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<script src="../resources/testharness.js"></script>
|
| +<script src="../resources/testharnessreport.js"></script>
|
| +<script src="resources/webusb-test.js"></script>
|
| +<script>
|
| +'use strict';
|
| +
|
| +promise_test(() => {
|
| + return navigator.usb.test.initialize();
|
| +}, 'WebUSB Test API available');
|
| +</script>
|
|
|