blob: de512200ad919418cf552313d7e30180dbececdf [file] [log] [blame]
// META: script=/resources/testdriver.js
// META: script=/resources/testharnessreport.js
'use strict';
test(() => {
assert_false('bluetooth' in navigator);
}, 'navigator.bluetooth not available in insecure contexts');