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

Unified Diff: third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/add-multiple-event-listeners.html

Issue 2825393004: bluetooth: Check the order of event and promise resolution for readValue (Closed)
Patch Set: docs cleanup Created 3 years, 8 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/characteristic/notifications/add-multiple-event-listeners.html
diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/add-multiple-event-listeners.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/add-multiple-event-listeners.html
index 6b2d2bc893d059cbc6fa1492005db0dadaadb0b4..44b5c1948b7eb9cd4d24e04cd95553fb4420ba96 100644
--- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/add-multiple-event-listeners.html
+++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/add-multiple-event-listeners.html
@@ -17,8 +17,7 @@ promise_test(() => {
return assert_event_fires_after_promise(characteristic,
scheib 2017/04/21 06:32:12 legacy issue, but still: It's a bit odd that the
ortuno 2017/04/26 05:56:18 Totally agree. Done.
'startNotifications',
'characteristicvaluechanged',
- 3 /* add 3 listeners */,
- false /* ignore_event_promise_order */);
+ 3 /* add 3 listeners */);
})
.then(() => char.stopNotifications())
.then(() => assert_no_events(char, 'characteristicvaluechanged'));

Powered by Google App Engine
This is Rietveld 408576698