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