WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
147493
Media Session: add test to ensure that switching media sessions pauses elements
https://bugs.webkit.org/show_bug.cgi?id=147493
Summary
Media Session: add test to ensure that switching media sessions pauses elements
Matt Rajca
Reported
2015-07-31 11:09:34 PDT
When switching media sessions, elements belonging to the old session should be paused.
Attachments
Patch
(3.75 KB, patch)
2015-07-31 11:11 PDT
,
Matt Rajca
eric.carlson
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Matt Rajca
Comment 1
2015-07-31 11:11:08 PDT
Created
attachment 257933
[details]
Patch
Eric Carlson
Comment 2
2015-07-31 11:19:22 PDT
Comment on
attachment 257933
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=257933&action=review
> LayoutTests/media/session/switching-sessions.html:37 > + run('video.session = new MediaSession("transient")'); > + > + testExpected('video.paused', true); > + > + endTest();
It might be good to register a 'pause' event handler and call endTest from there.
Matt Rajca
Comment 3
2015-07-31 22:24:56 PDT
(In reply to
comment #2
)
> Comment on
attachment 257933
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=257933&action=review
> > > LayoutTests/media/session/switching-sessions.html:37 > > + run('video.session = new MediaSession("transient")'); > > + > > + testExpected('video.paused', true); > > + > > + endTest(); > > It might be good to register a 'pause' event handler and call endTest from > there.
In the case where a media element is not paused, this will be faster than letting the test time out while waiting for an event to fire. I think I'll keep this.
Matt Rajca
Comment 4
2015-07-31 22:34:47 PDT
Committed
r187710
: <
http://trac.webkit.org/changeset/187710
>
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