Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-reconnects-during-success.html

Issue 2400943002: bluetooth: Reject with NetworkError when disconnected during getPrimaryService(s) (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698