Update web-platform-tests to revision 0cde5f6b37c9b3e3f9153eb1b172680e9aea9bf9

This commit is contained in:
WPT Sync Bot 2019-04-04 22:11:37 -04:00
parent f142b1d1c7
commit 2575230dce
60 changed files with 924 additions and 268 deletions

View file

@ -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");