[Webkit-unassigned] [Bug 131545] [GTK] Layout Test media/media-event-listeners.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 21 12:22:55 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=131545
Lauro Moura <lmoura at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lmoura at igalia.com
--- Comment #4 from Lauro Moura <lmoura at igalia.com> ---
It started in r267162, which changed WTR's TestController.cpp:
> - WKPageSetMuted(m_mainWebView->page(), true);
> + WKPageSetMediaVolume(m_mainWebView->page(), 0);
With this change, after setting the video source the player changes the volume from 1 to 0 before playing, which happens to cause the following 'video.volume = 0' become a NOP and the volumechange event ends up not being triggered.
--
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/20200921/1dafaf89/attachment-0001.htm>
More information about the webkit-unassigned
mailing list