| Index: third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-reconnect-during-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-reconnect-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-reconnect-during-error.html
|
| index 5a1516f900af330fd21ceeac6bafd5c87f283e55..c72b5ddc5a827e287fa11a1fbd01952506ba3a04 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-reconnect-during-error.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/descriptor/readValue/gen-io-op-reconnect-during-error.html
|
| @@ -6,6 +6,7 @@
|
| <script>
|
| promise_test(
|
| () => {
|
| + let val = new Uint8Array([1]);
|
| return setBluetoothFakeAdapter(
|
| 'GATTOperationFailsAfterReconnectionAdapter')
|
| .then(
|
|
|