| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-success.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-success.html
|
| similarity index 89%
|
| copy from third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during.html
|
| copy to third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-success.html
|
| index 2f6791b68b32dbdd0ef4bddf511e86f79b9b9dee..5af6b47f57efea59cd7434a21ef2e55878bf7c2d 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-success.html
|
| @@ -18,5 +18,6 @@ promise_test(() => {
|
| 'NetworkError'));
|
| return disconnected.then(() => gatt.connect()).then(() => promise);
|
| });
|
| -}, 'Device disconnects during getPrimaryService. Reject with NetworkError.');
|
| +}, 'Device disconnects during a getPrimaryService call that succeeds. Reject ' +
|
| + 'with NetworkError.');
|
| </script>
|
|
|