upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / media / video-playing-and-pause.html
1 <!DOCTYPE HTML>
2 <html>
3     <head>
4         <script src="media-file.js"></script>
5         <script src="video-paint-test.js"></script>
6     </head>
7     <body onload="setSrcByTagName('video', findMediaFile('video', 'content/test')); initAndPause()">
8         <p>Test that pausing the media element in "playing" event handler pauses the media immediately. The video should show the first frame.</p>
9         <video controls></video>
10     </body>
11 </html>
12