mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update web-platform-tests to revision 41a7d8732d8e5c65728c153d29a34fe9d5192b29
This commit is contained in:
parent
b05c3fc0c0
commit
5e8b92f3de
77 changed files with 1871 additions and 1412 deletions
|
@ -97,5 +97,5 @@ function mediaSourceConfigChangeTest(directory, idA, idB, description)
|
|||
});
|
||||
});
|
||||
});
|
||||
}, description, { timeout: 10000 } );
|
||||
}, description);
|
||||
};
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
test.done();
|
||||
});
|
||||
});
|
||||
}, 'Test setting same duration multiple times does not fire duplicate durationchange', {timeout: 2500});
|
||||
}, 'Test setting same duration multiple times does not fire duplicate durationchange');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
assert_greater_than(timeUpdateCount, 2, "timeUpdateCount");
|
||||
test.done();
|
||||
});
|
||||
}, "Test HTMLVideoElement.getVideoPlaybackQuality() with MediaSource API", {timeout: 5000});
|
||||
}, "Test HTMLVideoElement.getVideoPlaybackQuality() with MediaSource API");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
mediaSource.endOfStream();
|
||||
mediaElement.play();
|
||||
});
|
||||
}, "Test normal playback case with MediaSource API", {timeout: 5000});
|
||||
}, "Test normal playback case with MediaSource API");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
test.done();
|
||||
});
|
||||
|
||||
}, 'Test seeking to a new location before transitioning beyond HAVE_METADATA.', {timeout: 10000} );
|
||||
}, 'Test seeking to a new location before transitioning beyond HAVE_METADATA.');
|
||||
|
||||
mediasource_testafterdataloaded(function(test, mediaElement, mediaSource, segmentInfo, sourceBuffer, mediaData)
|
||||
{
|
||||
|
@ -136,7 +136,7 @@
|
|||
assert_greater_than(mediaElement.readyState, mediaElement.HAVE_CURRENT_DATA, 'Greater than HAVE_CURRENT_DATA');
|
||||
test.done();
|
||||
});
|
||||
}, 'Test seeking to a new location during a pending seek.', {timeout: 10000} );
|
||||
}, 'Test seeking to a new location during a pending seek.');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
(function(window) {
|
||||
setup({ timeout: 12000 });
|
||||
|
||||
var SEGMENT_INFO_LIST = [
|
||||
{
|
||||
url: 'mp4/test.mp4',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue