| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnect-called-during-success-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnect-called-during-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnect-called-during-success-with-uuid.html
|
| similarity index 88%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnect-called-during-with-uuid.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnect-called-during-success-with-uuid.html
|
| index 1daacb7dacbdc6ec0d470b66360327e61d27a0ba..ef703adce05a4c7ea2bd94451c4ca70f887ec0b7 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnect-called-during-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnect-called-during-success-with-uuid.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>
|
|
|