[Webkit-unassigned] [Bug 60972] Audio element doesn't emit the 'playing' event every time it starts playing, after it has finished playing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 10:41:18 PDT 2011


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





--- Comment #1 from Gustavo Noronha (kov) <gns at gnome.org>  2011-05-17 10:41:18 PST ---
This is what I get running that layout test:

RUN(mediaElement.src = findMediaFile('audio', 'content/silence'))
RUN(mediaElement.play())
EVENT(playing)
EVENT(ended)
RUN(mediaElement.play())
EVENT(ended)
END OF TEST

I expected to see another EVENT(playing) between the second RUN(...) and EVENT(ended) there.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list