blob: 2c361ce430869af585d9b00a8513a2d81f449e3d [file] [log] [blame]
<!DOCTYPE html>
<title>Verify that a media element can be resumed after an idle suspend initiated during 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_METADATA);
});
</script>