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

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/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/getPrimaryService/device-reconnects-during-success.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-success.html
similarity index 89%
copy from third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during.html
copy to third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-success.html
index 2f6791b68b32dbdd0ef4bddf511e86f79b9b9dee..5af6b47f57efea59cd7434a21ef2e55878bf7c2d 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-success.html
@@ -18,5 +18,6 @@ promise_test(() => {
'NetworkError'));
return disconnected.then(() => gatt.connect()).then(() => promise);
});
-}, 'Device disconnects during getPrimaryService. Reject with NetworkError.');
+}, 'Device disconnects during a getPrimaryService call that succeeds. Reject ' +
+ 'with NetworkError.');
</script>

Powered by Google App Engine
This is Rietveld 408576698