Bug 1064826 - Fix random test failures: don't start test seek sequence until appends have been processed. Test only. DONTBUILD

This commit is contained in:
Matthew Gregan 2014-09-15 16:16:54 +12:00
parent a6c4f51799
commit efddb901b0
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,6 @@ support-files =
[test_BufferedSeek.html]
[test_FrameSelection.html]
skip-if = os == "mac"
[test_MediaSource.html]
[test_SplitAppendDelay.html]
[test_SplitAppend.html]

View File

@ -49,10 +49,10 @@ runWithMSE(function () {
first = false;
} else {
ms.endOfStream();
target = targets.shift();
v.currentTime = target.currentTime;
}
});
target = targets.shift();
v.currentTime = target.currentTime;
});
});