[Webkit-unassigned] [Bug 174241] [GTK] Layout test media/video-inactive-playback.html is timing out
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 7 03:59:59 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=174241
Ms2ger <Ms2ger at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Ms2ger at igalia.com
--- Comment #1 from Ms2ger <Ms2ger at igalia.com> ---
I looked into this and the problem is that the test sets restrictions on the "videoaudio" session:
run('internals.setMediaSessionRestrictions("videoaudio", "")');
run('internals.setMediaSessionRestrictions("videoaudio", "inactiveprocessplaybackrestricted")');
while forEachSession only finds a "video" session. This means nothing special happens and neither the expected "pause" or the expected "playing" event are fired.
(However, a "playing" event is fired as the result of the video finishing naturally.)
It's not clear to me why this test works at all on other platforms.
Jer, thoughts?
--
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/20170807/a2087595/attachment.html>
More information about the webkit-unassigned
mailing list