| Index: LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| diff --git a/LayoutTests/bluetooth/idl-BluetoothDevice.html b/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| index 4a2f87d037848f27040c56ed73b0fd3af66d9b45..a25c0fd8b32f142d4086ec50faadb3bae9627dc9 100644
|
| --- a/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| +++ b/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| @@ -1,6 +1,5 @@
|
| <!DOCTYPE html>
|
| <script src="../resources/testharness.js"></script>
|
| -<script src="../resources/testharness-helpers.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| <script src="resources/bluetooth-helpers.js"></script>
|
| <script>
|
| @@ -14,7 +13,7 @@ test(() => {
|
| test(t => { assert_true(window.testRunner instanceof Object); t.done(); },
|
| 'window.testRunner is required for the following tests.');
|
|
|
| -sequential_promise_test(() => {
|
| +promise_test(() => {
|
| testRunner.setBluetoothMockDataSet('GlucoseHeartRateAdapter');
|
| return requestDeviceWithKeyDown({filters: [{services: ['heart_rate']}]})
|
| .then(function(device) {
|
|
|