Open
Bug 1700479
Opened 4 years ago
Updated 4 years ago
Re-enable wpt `SourceBuffer-abort-updating.html`
Categories
(Core :: Audio/Video: Playback, task, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
This test was disabled in bug 1288343. Here [1] is the analysis for why it failed. But this explanation seems weird to me, it said that endOfStream()
was run before abort()
[2]. If so, that means the updateend
was dispatched before updatestart
, which is wrong.
I've tried to run this test locally and it works well, so I will try to enable this test again.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1288343#c11
[2] https://searchfox.org/mozilla-central/rev/1758450798ae14492ba28b695f48143840ad6c5b/testing/web-platform/tests/media-source/SourceBuffer-abort-updating.html#55,67
You need to log in
before you can comment on or make changes to this bug.
Description
•