summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/bluetooth/idl/idl-NavigatorBluetooth.window.js
blob: db6bf89f9f3396243a2acfdd68cbdb0cb09d6901 (plain)
1
2
3
4
5
6
7
// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
'use strict';

test(() => {
  assert_false('bluetooth' in navigator);
}, 'navigator.bluetooth not available in insecure contexts');