mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 0cde5f6b37c9b3e3f9153eb1b172680e9aea9bf9
This commit is contained in:
parent
f142b1d1c7
commit
2575230dce
60 changed files with 924 additions and 268 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Test looping edge case to verify http://crbug.com/364442.</title>
|
||||
<title>play() with loop set to true after playback ended</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/common/media.js"></script>
|
||||
|
@ -10,6 +10,8 @@
|
|||
// Once ended, set "loop" to true. Call play.
|
||||
// Verify that "seeked" event fires, seeking back to the beginning.
|
||||
// Pause video and end test.
|
||||
// Chromium bug: https://crbug.com/364442
|
||||
// Spec issue: https://github.com/whatwg/html/issues/4487
|
||||
async_test(function(t) {
|
||||
var video = document.querySelector("video");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue