Closed Bug 1244489 Opened 9 years ago Closed 9 years ago

Intermittent test_LoadedDataFired_mp4.html | must fire playing at start - got 0.816852, expected +0

Categories

(Core :: Audio/Video: Playback, defect, P5)

defect

Tracking

()

RESOLVED FIXED
mozilla51
Tracking Status
firefox47 --- affected
firefox51 --- fixed

People

(Reporter: philor, Unassigned)

Details

(Keywords: intermittent-failure)

Attachments

(1 file)

Priority: -- → P5
Component: Audio/Video → Audio/Video: Playback
Comment on attachment 8784206 [details] Bug 1244489: Do not expect currentTime to always be 0 by the time playing is fired. https://reviewboard.mozilla.org/r/73746/#review71584 ::: dom/media/mediasource/test/test_LoadedDataFired_mp4.html:25 (Diff revision 1) > is(el.currentTime, 0, "must fire loadeddata at start"); > }); > el.addEventListener("playing", function() { > ok(el.buffered.length > 0, "data is buffered"); > is(el.buffered.start(0), 0, "must fire playing when data has been loaded"); > - is(el.currentTime, 0, "must fire playing at start"); > + ok(el.currentTime >= 0, "must fire playing at start"); Change the message to "must have started playback" or something like that.
Attachment #8784206 - Flags: review+
Pushed by jyavenard@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/687db967e443 Do not expect currentTime to always be 0 by the time playing is fired. r=jwwang
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: