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: LayoutTests/bluetooth/readValue.html

Issue 1179733006: bluetooth: Comment out a test to change behavior on browser side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-add-errors
Patch Set: Comment out test Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/bluetooth/readValue.html
diff --git a/LayoutTests/bluetooth/readValue.html b/LayoutTests/bluetooth/readValue.html
index e5824b56add4674ac8867a6f823d29cded498b6d..1757f3cc1d76fa680038d4c120d93a570c7c44ed 100644
--- a/LayoutTests/bluetooth/readValue.html
+++ b/LayoutTests/bluetooth/readValue.html
@@ -43,9 +43,8 @@ sequential_promise_test(function() {
return characteristic.readValue().then(function() {
assert_unreached('Characteristic is unreadable. Should fail.');
}, function(e) {
- // TODO(ortuno): Should be NotSupportedError when implemented.
- // https://crbug.com/436283
- assert_equals(e.name, 'NetworkError');
+ // TODO(ortuno): Uncomment once browser side patch lands.
+ // assert_equals(e.name, 'NotSupportedError');
});
});
}, 'Characteristic is not readable. Reject with NetworkError.');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698