Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / bluetooth / idl-NavigatorBluetooth.html
blobe3b165c0c3fc31e9fe3d2282c59a513651481564
1 <!DOCTYPE html>
2 <script src="../resources/testharness.js"></script>
3 <script src="../resources/testharnessreport.js"></script>
4 <script>
5 'use strict';
7 test(() => {
8 assert_true('bluetooth' in navigator,
9 'navigator.bluetooth exists.');
10 }, 'navigator.bluetooth IDL test');
11 </script>