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

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/requestDevice/request-from-iframe.html

Issue 2867713008: bluetooth: Implement known_service_uuids for Peripherals. (Closed)
Patch Set: rebase Created 3 years, 7 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
Index: third_party/WebKit/LayoutTests/bluetooth/requestDevice/request-from-iframe.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/request-from-iframe.html b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/request-from-iframe.html
index 1a27ed9107bfefba622faed39e98a77837f39148..c942d000f10eec5bf08ecd5a3222a0e0c74dc416 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/request-from-iframe.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/request-from-iframe.html
@@ -2,6 +2,8 @@
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../resources/bluetooth/bluetooth-helpers.js"></script>
+<script src="../../resources/bluetooth/web-bluetooth-test.js"></script>
+<script src="../../resources/mojo-helpers.js"></script>
<body>
<script>
"use strict";
@@ -36,7 +38,7 @@
});
});
- return setBluetoothFakeAdapter('HeartRateAdapter')
+ return setUpHealthThermometerAndHeartRateDevices()
.then(() => {
for (let i = 0; i < numIframes; i++) {
let iframe = document.createElement('iframe');

Powered by Google App Engine
This is Rietveld 408576698