mirror of
https://github.com/servo/servo.git
synced 2025-10-09 13:09:25 +01:00
7 lines
221 B
JavaScript
7 lines
221 B
JavaScript
// 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');
|