| Index: third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-reconnects-during-success.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-reconnects-during-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-reconnects-during-success.html
|
| similarity index 87%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-reconnects-during-with-uuid.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-reconnects-during-success.html
|
| index 209ba7280c333bf878b4186eaa8f0c5769ea684c..7c5a6a4cdbcb74680db5244209a8d4f2f9e555a3 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-reconnects-during-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-reconnects-during-success.html
|
| @@ -18,6 +18,6 @@ promise_test(() => {
|
| 'NetworkError'));
|
| return disconnected.then(() => gatt.connect()).then(() => promise);
|
| });
|
| -}, 'Device disconnects and we reconnect during getPrimaryServices. Reject ' +
|
| - 'with NetworkError.');
|
| +}, 'Device disconnects and we reconnect during a getPrimaryServices that ' +
|
| + 'succeeds. Reject with NetworkError.');
|
| </script>
|
|
|