Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-error.js |
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-error.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-error.js |
| index 7cb331d7a9fe092d160805668009fdeedb7ec8ff..11ea5b6eb037fdf34fb0882a22b6e8efd6c4728a 100644 |
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-error.js |
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/characteristic/gatt-op-garbage-collection-ran-during-error.js |
| @@ -11,6 +11,8 @@ promise_test(() => { |
| .then(error_characteristic => { |
| promise = assert_promise_rejects_with_message( |
| error_characteristic.CALLS([ |
| + getDescriptor(user_description.name)| |
|
ortuno
2016/12/07 08:05:13
You already have this test: descriptor-garbage-col
dougt
2016/12/07 19:48:58
removed. Same for gatt-op-garbage-collection-ran-
|
| + getDescriptors()| |
| readValue()| |
| writeValue(val)| |
| startNotifications()]), |