| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/descriptor/io-op-device-disconnects-during-success.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/descriptor/io-op-device-disconnects-during-success.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/descriptor/io-op-device-disconnects-during-success.js
|
| index 42ff8c70b27a664f55bc5184e98652ecd1dfd304..b06f5146cbf53c941d566686f309aa3597a4019a 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/descriptor/io-op-device-disconnects-during-success.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/descriptor/io-op-device-disconnects-during-success.js
|
| @@ -19,7 +19,7 @@ promise_test(
|
| .then(requestDisconnection => {
|
| requestDisconnection();
|
| return assert_promise_rejects_with_message(
|
| - user_description.CALLS([readValue()]),
|
| + user_description.CALLS([readValue()|writeValue(val)]),
|
| new DOMException(
|
| 'GATT Server disconnected while performing a GATT operation.',
|
| 'NetworkError'));
|
|
|