repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
bluetooth
/
idl-NavigatorBluetooth.html
blob
e3b165c0c3fc31e9fe3d2282c59a513651481564
1
<!DOCTYPE
html
>
2
<script
src
=
"../resources/testharness.js"
></script>
3
<script
src
=
"../resources/testharnessreport.js"
></script>
4
<script>
5
'use strict'
;
6
7
test
(() => {
8
assert_true
(
'bluetooth'
in
navigator
,
9
'navigator.bluetooth exists.'
);
10
},
'navigator.bluetooth IDL test'
);
11
</script>