| Index: third_party/WebKit/LayoutTests/bluetooth/readValue/gen-gatt-op-reconnect-during-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/readValue/gen-gatt-op-reconnect-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/readValue/gen-gatt-op-reconnect-during-error.html
|
| index ecaf0ce9da40ebc39f0172e5288086ed43bc1363..a9ad2803c66ceb5f5f9f84d4db7041fe9cbe0cee 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/readValue/gen-gatt-op-reconnect-during-error.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/readValue/gen-gatt-op-reconnect-during-error.html
|
| @@ -5,6 +5,7 @@
|
| <script src="../../resources/bluetooth/bluetooth-helpers.js"></script>
|
| <script>
|
| promise_test(() => {
|
| + let val = new Uint8Array([1]);
|
| return setBluetoothFakeAdapter('GATTOperationFailsAfterReconnectionAdapter')
|
| .then(() => requestDeviceWithKeyDown({
|
| filters: [{services: ['health_thermometer']}]}))
|
|
|