gecko/testing/web-platform/meta/media-source/mediasource-remove.html.ini
Jean-Yves Avenard 5e3b704c91 Bug 1159171: [MSE] P3. Update webref results. r=karlt
We now use FFmpeg on linux to decode h264. This allows to pass all the mp4 tests.

FFmpeg (like windows 7) will buffer 15 frames prior outputting a frame which causes TIMEOUT as the media appended only contains 12 frames.
2015-10-01 19:40:21 +10:00

19 lines
516 B
INI

[mediasource-remove.html]
type: testharness
prefs: [media.mediasource.enabled:true]
[Test removing all appended data.]
expected:
if not ((os == "win") and (version == "5.1.2600")): FAIL
[Test removing beginning of appended data.]
expected:
if not ((os == "win") and (version == "5.1.2600")): FAIL
[Test removing the middle of appended data.]
expected:
if not ((os == "win") and (version == "5.1.2600")): FAIL
[Test removing the end of appended data.]
expected: FAIL