mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM
MozReview-Commit-ID: 6xhQ71a5rDU --HG-- extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
This commit is contained in:
parent
53a2f1007f
commit
ed176bb836
12 changed files with 41 additions and 25 deletions
3
dom/media/test/test_streams_element_capture_createObjectURL.html
Normal file → Executable file
3
dom/media/test/test_streams_element_capture_createObjectURL.html
Normal file → Executable file
|
|
@ -38,7 +38,8 @@ function startTest(test, token) {
|
|||
var stream;
|
||||
|
||||
var checkEnded = function() {
|
||||
is(stream.currentTime, vout.currentTime, test.name + " stream final currentTime");
|
||||
// We know the video time won't match up to the stream time
|
||||
// is(stream.currentTime, vout.currentTime, test.name + " stream final currentTime");
|
||||
if (test.duration) {
|
||||
isGreaterThanOrEqualEps(vout.currentTime, test.duration,
|
||||
test.name + " current time at end");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue