Chromium Code Reviews| 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]); |
|
dcheng
2017/01/31 01:27:01
I guess these are all auto-generated, but it does
dougt
2017/01/31 18:07:16
Much improvement is needed. I think we're waiting
|
| return setBluetoothFakeAdapter( |
| 'GATTOperationFailsAfterReconnectionAdapter') |
| .then( |