Bug 258696 - Videos autoplay with sound on cnn.com pages after refresh in Safari
Summary: Videos autoplay with sound on cnn.com pages after refresh in Safari
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords: InRadar
Depends on:
Blocks: 258732
  Show dependency treegraph
 
Reported: 2023-06-29 15:04 PDT by Jer Noble
Modified: 2023-07-05 09:21 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2023-06-29 15:04:05 PDT
Videos autoplay with sound on cnn.com pages after refresh in Safari
Comment 1 Jer Noble 2023-06-29 15:04:07 PDT
<rdar://problem/110343800>
Comment 2 Jer Noble 2023-06-29 15:08:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15423
Comment 3 EWS 2023-07-01 11:33:30 PDT
Committed 265688@main (f4cdea7383ed): <https://commits.webkit.org/265688@main>

Reviewed commits have been landed. Closing PR #15423 and removing active labels.
Comment 4 Fujii Hironori 2023-07-02 20:46:50 PDT
fast/html/transient-activation.html is flaky timeout.
https://results.webkit.org/?suite=layout-tests&test=fast%2Fhtml%2Ftransient-activation.html
Comment 5 Jer Noble 2023-07-05 09:21:10 PDT
Looks like the flakey timeouts are happening on WK1 bots. The only thing which could cause a timeout in this test is whether the mouse and key events are fired/caught. Seems like a test infrastructure problem with eventSender and UIHelper at this point, and we may have to just skip the test on WK1 until we can fully support those events in DRT.