[Webkit-unassigned] [Bug 172276] [GTK] Two media tests are failing since r215668

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 10 06:17:01 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=172276

Ms2ger <Ms2ger at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Ms2ger at igalia.com

--- Comment #1 from Ms2ger <Ms2ger at igalia.com> ---
(In reply to Miguel Gomez from comment #0)
> media/video-muted.html [ Failure ]

Seems to have the same origin as bug 174241.

HTMLMediaElement::setMuted() calls m_player->setMuted(effectiveMuted()), but effectiveMuted() is true because document().page()->isAudioMuted() is true, so we end up recursing into HTMLMediaElement::setMuted() from HTMLMediaElement::mediaPlayerMuteChanged().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170810/988ca275/attachment.html>


More information about the webkit-unassigned mailing list