blob: d00fa97fd90abfece7155b3794df035a80a0e545 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src="media-file.js"></script>
<script src="video-paint-test.js"></script>
</head>
<body onload="setSrcByTagName('video', findMediaFile('video', 'content/test')); initAndPause()">
<p>Test that pausing the media element in "playing" event handler pauses the media immediately. The video should show the first frame.</p>
<video controls></video>
</body>
</html>