| Index: LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| diff --git a/LayoutTests/bluetooth/idl-BluetoothDevice.html b/LayoutTests/bluetooth/idl-BluetoothDevice.html
|
| index 8a9411ece4602cfe8567fe091d778b13f4490d2e..38d9b170440537c5cfaf30cb90ad23cc21618173 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="bluetooth-helpers.js"></script>
|
| <script>
|
| @@ -14,7 +13,7 @@ test(function() {
|
| test(function(t) { assert_true(window.testRunner instanceof Object); t.done(); },
|
| "window.testRunner is required for the following tests.");
|
|
|
| -sequential_promise_test(function() {
|
| +promise_test(function() {
|
| testRunner.setBluetoothMockDataSet('SingleEmptyDeviceAdapter');
|
| return navigator.bluetooth.requestDevice({
|
| filters: [{services: [genericAccessServiceUuid]}]
|
|
|