| Index: third_party/WebKit/LayoutTests/bluetooth/startNotifications/gen-gatt-op-device-disconnects-during-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/writeValue/gen-gatt-op-device-disconnects-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/startNotifications/gen-gatt-op-device-disconnects-during-error.html
|
| similarity index 90%
|
| copy from third_party/WebKit/LayoutTests/bluetooth/writeValue/gen-gatt-op-device-disconnects-during-error.html
|
| copy to third_party/WebKit/LayoutTests/bluetooth/startNotifications/gen-gatt-op-device-disconnects-during-error.html
|
| index a8a87fadb08d3c4382454fc8c612fd7966d2e127..9f4547102eb6494675bed31d3298146e09a7de23 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/writeValue/gen-gatt-op-device-disconnects-during-error.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/startNotifications/gen-gatt-op-device-disconnects-during-error.html
|
| @@ -23,13 +23,13 @@ promise_test(() => {
|
| .then(requestDisconnection => {
|
| requestDisconnection();
|
| return assert_promise_rejects_with_message(
|
| - error_characteristic.writeValue(val),
|
| + error_characteristic.startNotifications(),
|
| new DOMException(
|
| 'GATT Server disconnected while performing a GATT operation.',
|
| 'NetworkError'));
|
| });
|
| });
|
| -}, 'Device disconnects during a writeValue call that fails. ' +
|
| +}, 'Device disconnects during a startNotifications call that fails. ' +
|
| 'Reject with NetworkError.');
|
|
|
| </script>
|
|
|