| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-disconnects-during-success-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-disconnects-during-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-disconnects-during-success-with-uuid.html
|
| similarity index 91%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-disconnects-during-with-uuid.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-disconnects-during-success-with-uuid.html
|
| index 6cb528bf747e9e7a918a54b2ffc69ef319095f64..23160408ae0711b0142f7779a95bf040c4afb7b8 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-disconnects-during-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-disconnects-during-success-with-uuid.html
|
| @@ -22,5 +22,6 @@ promise_test(t => {
|
| 'NetworkError'));
|
| });
|
| });
|
| -}, 'Device disconnects during getPrimaryServices. Reject with NetworkError.');
|
| +}, 'Device disconnects during a getPrimaryServices call that succeeds. ' +
|
| + 'Reject with NetworkError.');
|
| </script>
|
|
|