Closed
Bug 1293186
Opened 9 years ago
Closed 9 years ago
currentTime can be different to seek time while seeking
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: jya, Assigned: jya)
References
()
Details
Attachments
(1 file)
Noticed during a compilation (-j14) and running the test:
http://www.w3c-test.org/media-source/mediasource-play-then-seek-back.html
failure was https://github.com/w3c/web-platform-tests/blob/master/media-source/mediasource-play-then-seek-back.html#L34
assert_equals(mediaElement.currentTime, 0.0, 'Current time is 0.0');
in the 'seeking' event handler.
What is the proper behaviour here. Is it correct to assume that currentTime will be the seek time as the seeking event is fired?
Reading the spec, I only see requirement for the currentTime to be stable within the same event loop
Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8778786 [details]
Bug 1293186: Do not assume that currentTime is still at seeking position when seeking event is fired.
https://reviewboard.mozilla.org/r/69956/#review67092
Attachment #8778786 -
Flags: review?(jwwang) → review+
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jyavenard
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4fa9a49c57aa
Do not assume that currentTime is still at seeking position when seeking event is fired. r=jwwang
Assignee | ||
Comment 4•9 years ago
|
||
Conclusion: the test is invalid, fixing the test.
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•