playwright/tests/assets/video_webm.html
2023-01-27 09:48:47 -08:00

15 lines
268 B
HTML

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