| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-before.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-before.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-before.js
|
| index 9532dd16c7cd0e77ca6590d7b50c844ce0d7cf57..5cd127d95f4a2973035a5b5edab7c74c8fc11a55 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-before.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-before.js
|
| @@ -14,7 +14,8 @@ promise_test(() => {
|
| measurement_interval.CALLS([
|
| readValue()|
|
| writeValue(val)|
|
| - startNotifications()]),
|
| + startNotifications()|
|
| + stopNotifications()]),
|
| new DOMException(
|
| 'GATT Server is disconnected. Cannot perform GATT operations.',
|
| 'NetworkError'));
|
|
|