Bug 163781 - [GTK] media/muted-video-is-playing-audio.html is timing out
Summary: [GTK] media/muted-video-is-playing-audio.html is timing out
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 07:59 PDT by Miguel Gomez
Modified: 2018-01-11 01:25 PST (History)
3 users (show)

See Also:


Attachments
Patch (4.99 KB, patch)
2018-01-11 01:16 PST, Philippe Normand
cgarcia: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>