Bug 163781

Summary: [GTK] media/muted-video-is-playing-audio.html is timing out
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Philippe Normand <pnormand>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, pnormand
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch cgarcia: review+

Description Miguel Gomez 2016-10-21 07:59:26 PDT
It was flaky since long ago, but has been consistently timing out since r207566
Comment 1 Philippe Normand 2018-01-11 01:12:55 PST
That commit seems totally unrelated to the underlying issue :)

The problem is that the page is muted by default, so the player mutes itself and that means the page state doesn't contain the IsPlayingAudio flag and because the video is set to loop, the test never ends.
Comment 2 Philippe Normand 2018-01-11 01:16:20 PST
Created attachment 331039 [details]
Patch
Comment 3 Philippe Normand 2018-01-11 01:25:26 PST
Committed r226769: <https://trac.webkit.org/changeset/226769>