blob: 0f367a30c77496a584ec8993b1b948200b81f1a1 [file] [log] [blame]
<!DOCTYPE html>
<title>Verify that a media element can be resumed after an idle suspend initiated before the HAVE_METADATA ready state.</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="suspend-util.js"></script>
<video></video>
<script>
async_test(function(t) {
suspendTest(t, document.querySelector('video'), 'content/test.webm',
HTMLMediaElement.HAVE_NOTHING);
});
</script>