| Index: third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-fails.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-fails.html b/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-fails.html
|
| index 2b4aea85f51582bba29caffbdd619ad4171d13ef..a3bc1f1155f8fba113d0a7f0db476485c414359c 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-fails.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-fails.html
|
| @@ -7,6 +7,7 @@
|
| 'use strict';
|
| promise_test(
|
| () => {
|
| + let val = new Uint8Array([1]);
|
| return setBluetoothFakeAdapter('FailingGATTOperationsAdapter')
|
| .then(
|
| () => requestDeviceWithKeyDown(
|
|
|