Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: LayoutTests/bluetooth/idl-NavigatorBluetooth.html

Issue 639533002: bluetooth: Extend navigator.bluetooth IDL to include Bluetooth interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/bluetooth/idl-Bluetooth.html ('k') | Source/modules/bluetooth/Bluetooth.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/bluetooth/idl-NavigatorBluetooth.html
diff --git a/LayoutTests/bluetooth/idl-NavigatorBluetooth.html b/LayoutTests/bluetooth/idl-NavigatorBluetooth.html
new file mode 100644
index 0000000000000000000000000000000000000000..b753ec0df7eba09cee2d675099d574fc590aa21d
--- /dev/null
+++ b/LayoutTests/bluetooth/idl-NavigatorBluetooth.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<script src="../resources/testharness.js"></script>
+<script src="../resources/testharnessreport.js"></script>
+<script>
+test(function() {
+ assert_true('bluetooth' in navigator,
+ 'navigator.bluetooth exists.');
+}, 'navigator.bluetooth IDL test');
+</script>
« no previous file with comments | « LayoutTests/bluetooth/idl-Bluetooth.html ('k') | Source/modules/bluetooth/Bluetooth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698