| Index: third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html
|
| index 9cbfced6cf5de245483362b5510dfc0b09c66b3c..1287c7fa900371b61c078e8c0f70186f67cc3165 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/requestDevice/canonicalizeFilter/empty-filter.html
|
| @@ -5,8 +5,6 @@
|
| <script>
|
| 'use strict';
|
| promise_test(t => {
|
| - return setBluetoothFakeAdapter('EmptyAdapter')
|
| - .then(() => promise_rejects(
|
| - t, new TypeError(), requestDeviceWithKeyDown({filters: [{}]})));
|
| + return promise_rejects(t, new TypeError(), requestDeviceWithKeyDown({filters: [{}]}));
|
| }, 'A filter must restrict the devices in some way.');
|
| </script>
|
|
|