blob: 99ac97e28b0ba8dff1af22096589ba18201129c0 [file] [log] [blame]
'use strict';
importScripts('/resources/testharness.js');
let workerType;
if (typeof postMessage === 'function') {
workerType = 'dedicated';
}
promise_test(() => navigator.usb.getDevices(),
`Inherited header feature policy allows ${workerType} workers.`);
done();