| Index: third_party/WebKit/LayoutTests/bluetooth/requestDevice/le-not-supported.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/le-not-supported.html b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/le-not-supported.html
|
| index cf508401619bb49b5ace9e558de4beb6d4d2b84e..fc0c253e3d0bfe8b485397e68d70c4c699000146 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/le-not-supported.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/le-not-supported.html
|
| @@ -8,7 +8,7 @@
|
| 'use strict';
|
| promise_test(t => {
|
| return navigator.bluetooth.test.setLEAvailability(false)
|
| - .then(() => promise_rejects(t, 'NotFoundError',
|
| - navigator.bluetooth.requestDevice({acceptAllDevices: true})));
|
| + .then(() => promise_rejects(
|
| + t, 'NotFoundError', requestDeviceWithKeyDown({acceptAllDevices: true})));
|
| }, 'Reject with NotFoundError if bluetooth is not supported.');
|
| </script>
|
|
|