| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js
|
| index 40bbd1a4c01c3b1009eefc8a2b8ea63ab35739e6..c7e60ec4202c100b177b41ce9ace441607f3aa42 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js
|
| @@ -17,7 +17,10 @@ promise_test(() => {
|
| .then(requestDisconnection => {
|
| requestDisconnection();
|
| return assert_promise_rejects_with_message(
|
| - measurement_interval.CALLS([readValue()| writeValue(val)]),
|
| + measurement_interval.CALLS([
|
| + readValue()|
|
| + writeValue(val)|
|
| + startNotifications()]),
|
| new DOMException(
|
| 'GATT Server disconnected while performing a GATT operation.',
|
| 'NetworkError'));
|
|
|