Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js |
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js |
| index 10d549fdbdc10b4a51e8ce3fad5519b059684a01..5da6a9a23ea85d3db52106591f6104b92e5b15cb 100644 |
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js |
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js |
| @@ -16,6 +16,8 @@ promise_test(() => { |
| .then(requestDisconnection => requestDisconnection()) |
| .then(() => assert_promise_rejects_with_message( |
| measurement_interval.CALLS([ |
| + getDescriptor(user_description.name)| |
|
ortuno
2016/12/02 06:14:50
We are going to have to put these in a separate te
dougt
2016/12/02 18:31:28
Acknowledged.
|
| + getDescriptors()| |
| readValue()| |
| writeValue(val)| |
| startNotifications()| |