WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
172276
[GTK] Two media tests are failing since
r215668
https://bugs.webkit.org/show_bug.cgi?id=172276
Summary
[GTK] Two media tests are failing since r215668
Miguel Gomez
Reported
2017-05-18 03:38:05 PDT
The failing tests are media/video-muted.html [ Failure ] media/video-play-audio-require-user-gesture.html [ Failure ]
Attachments
Add attachment
proposed patch, testcase, etc.
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 1
2017-08-10 06:17:01 PDT
(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().
Philippe Normand
Comment 2
2018-01-11 02:53:23 PST
(In reply to Ms2ger from
comment #1
)
> (In reply to Miguel Gomez from
comment #0
) > > media/video-muted.html [ Failure ] > > Seems to have the same origin as
bug 174241
. >
Yes.
Philippe Normand
Comment 3
2018-01-15 07:31:35 PST
https://trac.webkit.org/r226948
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug