| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during-success.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during-success.html
|
| similarity index 87%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during-success.html
|
| index afda06620b8ed86d30116c03ce4f44097ffcb526..526429fb6f97120faf09bd83b8017096c95c609f 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during-success.html
|
| @@ -17,5 +17,6 @@ promise_test(() => {
|
| gattServer.disconnect();
|
| return promise;
|
| });
|
| -}, 'disconnect() called during getPrimaryService. Reject with NetworkError.');
|
| +}, 'disconnect() called during a getPrimaryService call that succeeds. ' +
|
| + 'Reject with NetworkError.');
|
| </script>
|
|
|