playwright/tests/assets/video_mp4.html

15 строки
271 B
HTML

<html>
<body>
<video width="400" controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support h.264 HTML video.
</video>
<p>
Video courtesy of
<a href="https://www.bigbuckbunny.org/" target="_blank">Big Buck Bunny</a>.
</p>
</body>
</html>