Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/event-after-starting.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/event-after-starting.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/event-after-starting.html |
index 246784c52a22e1749e87127d514faf841391a290..eaae9fd549928907a1527fb11a4ee6dd827c8c2b 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/event-after-starting.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/event-after-starting.html |
@@ -13,7 +13,8 @@ promise_test(() => { |
.then(service => service.getCharacteristic('heart_rate_measurement')) |
.then(characteristic => { |
return assert_event_fires_after_promise( |
- characteristic, 'startNotifications', 'characteristicvaluechanged') |
+ characteristic, 'startNotifications', 'characteristicvaluechanged', |
+ 1 /* attach 1 listener */, false /* ignore_event_promise_order */) |
.then(() => characteristic.stopNotifications()) |
.then(() => assert_no_events(characteristic, |
'characteristicvaluechanged')); |