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

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-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/disconnect-called-during-success.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during.html b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during-success.html
similarity index 87%
rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during.html
rename to third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during-success.html
index afda06620b8ed86d30116c03ce4f44097ffcb526..526429fb6f97120faf09bd83b8017096c95c609f 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/disconnect-called-during-success.html
@@ -17,5 +17,6 @@ promise_test(() => {
gattServer.disconnect();
return promise;
});
-}, 'disconnect() called during getPrimaryService. Reject with NetworkError.');
+}, 'disconnect() called during a getPrimaryService call that succeeds. ' +
+ 'Reject with NetworkError.');
</script>

Powered by Google App Engine
This is Rietveld 408576698