| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js
|
| index 9ec90e39cf1d02c2d7fd64b6e28251848318eb8c..19b1f0234412bc61a2d99f516f02239fb93872cb 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js
|
| @@ -12,6 +12,8 @@ promise_test(() => {
|
| .then(measurement_interval => {
|
| let promise = assert_promise_rejects_with_message(
|
| measurement_interval.CALLS([
|
| + getDescriptor(user_description.name)|
|
| + getDescriptors()|
|
| readValue()|
|
| writeValue(val)|
|
| startNotifications()|
|
|
|