chromium/third_party/blink/web_tests/external/wpt/bluetooth/idl/idl-NavigatorBluetooth.window.js

// 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');