blob: cef0aacdfc3d2f755b185439679706318935df17 [file] [edit]
'use strict';
importScripts('/resources/testharness.js');
let workerType;
if (typeof postMessage === 'function') {
workerType = 'dedicated';
}
promise_test(() => navigator.serial.getPorts(),
`Inherited header permissions policy allows ${workerType} workers.`);
done();