[Webkit-unassigned] [Bug 147414] Media Session: test Play/Pause media control events delivered to non-Content media sessions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 30 07:37:33 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147414
Eric Carlson <eric.carlson at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #257774|review? |review+
Flags| |
--- Comment #3 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 257774
--> https://bugs.webkit.org/attachment.cgi?id=257774
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=257774&action=review
> LayoutTests/media/session/play-pause-media-events-in-non-content-sessions.html:31
> + video.play();
Nit: If you want to add the event listener with "video.on<event type>", I think it will make the test results easier to understand if you log the event name as you would if you used waitForEvent, eg:
consoleWrite("EVENT(" + event.type + ")");
> LayoutTests/media/session/play-pause-media-events-in-non-content-sessions.html:62
> + <p>'Transient' sessions should not respond to Play/Pause media control events.</p>
You are testing both transient and ambient sessions.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150730/fd1119b3/attachment.html>
More information about the webkit-unassigned
mailing list