blob: 2cd33c707897352e3357ad734a75779cde50dffc [file] [log] [blame] [edit]
// META: script=/resources/testdriver.js
// META: script=/resources/testharnessreport.js
'use strict';
const test_desc = '[SameObject] test for navigator.bluetooth';
test(() => {
assert_true('bluetooth' in navigator, 'navigator.bluetooth exists.');
}, 'navigator.bluetooth IDL test');
test(() => {
assert_equals(navigator.bluetooth, navigator.bluetooth);
}, test_desc);