In Bug 173030, a quirk has been added for Netflix.com Code https://github.com/WebKit/WebKit/blob/7e8331b4cad9e69af27575d0ada29e950e33f059/Source/WebCore/page/Quirks.cpp#L131-L139 With ear detection enabled, when I a bud is out of ear, the sound should pause. Steps To Reproduce: 1. Connect airpods to a laptop 2. Watch Netflix 3. Take one bud out of ear Results: Audio/Video continue to play If/when the issue doesn't reproduce, remove the Quirk.
rdar://107428381
It has been tested on March 31, 2023. And taking out one bug and the audio/video stopped playing.
https://github.com/WebKit/WebKit/pull/16445
Committed 266653@main (24c3998f7296): <https://commits.webkit.org/266653@main> Reviewed commits have been landed. Closing PR #16445 and removing active labels.
Re-opened since this is blocked by bug 259933
The test on this bug and the subsequent patch are not about needsSeekingSupportDisabled. There is a mistake which propagated in between two different quirks about Netflix. https://searchfox.org/wubkat/source/Source/WebCore/page/Quirks.cpp#131 needsSeekingSupportDisabled() https://searchfox.org/wubkat/source/Source/WebCore/page/Quirks.cpp#141 needsPerDocumentAutoplayBehavior()
I will rename this bug to needsPerDocumentAutoplayBehavior
That said, I'm still not sure that removing needsPerDocumentAutoplayBehavior will solve more issues than creating new or old ones. We need more testing on the consequences of removing this Quirk too.