[webvtt] Enable wpt 'track-active-cues.html'.
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The reason of the wpt 'track-active-cues.html' being timout is because we didn't run TimeMarchesOn
when we add new cues, so that we couldn't receive cuechange
event.
According to the spec [1], the TimeMarchesOn
should only be ran when media element's show poster
flag is not set. However, in this test, we didn't do anything which would unset the show poster
. eg. call play, start autoplay or seek.
[1] https://html.spec.whatwg.org/multipage/media.html#playing-the-media-resource:time-marches-on-2
Assignee | ||
Comment 1•6 years ago
|
||
According to the spec [1], the TimeMarchesOn should only be ran when media element's show poster flag is not set.
If we would like to receive cuechange
event, we have to reset media element's show poster
flag in order to run TimeMarchesOn
when adding new cues.
[1] https://html.spec.whatwg.org/multipage/media.html#playing-the-media-resource:time-marches-on-2
Comment 5•6 years ago
|
||
bugherder |
Description
•