Description: fast/mediastream/device-change-event-2.html This issue can be bisected to 265250@main using command: run-webkit-tests --release --iterations=1 --force fast/mediastream/device-change-event-2.html History: https://results.webkit.org/?suite=layout-tests&test=fast%2Fmediastream%2Fdevice-change-event-2.html Diff: @@ -1,8 +1,9 @@ CONSOLE MESSAGE: A MediaStreamTrack ended due to a capture failure CONSOLE MESSAGE: A MediaStreamTrack ended due to a capture failure +CONSOLE MESSAGE: navigator.mediaDevices.ondevicechange took too long PASS 'devicechange' event fired when device list changes -PASS 'devicechange' events fired quickly are coalesced +FAIL 'devicechange' events fired quickly are coalesced assert_equals: one event fired expected 1 but got 0 PASS 'devicechange' event is not fired when the document doesn't has focus or permission to capture PASS 'devicechange' event is fired when the document doesn't has focus but has permission to capture
<rdar://111398769>
Pull request: https://github.com/WebKit/WebKit/pull/15341
Committed 265575@main (e78625154d1d): <https://commits.webkit.org/265575@main> Reviewed commits have been landed. Closing PR #15341 and removing active labels.
Verified after landing <https://commits.webkit.org/265575@main> ( reverting 265250@main ) the test is consistently passing on macOS.