mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
a6c4f51799
commit
efddb901b0
@ -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]
|
||||
|
@ -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;
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user