mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
16 lines
309 B
HTML
16 lines
309 B
HTML
|
<html>
|
||
|
<body>
|
||
|
|
||
|
<video width="400" controls>
|
||
|
<source src="movie.mp4" type="video/mp4">
|
||
|
<source src="movie.ogv" type="video/ogg">
|
||
|
Your browser does not support HTML video.
|
||
|
</video>
|
||
|
|
||
|
<p>
|
||
|
Video courtesy of
|
||
|
<a href="https://www.bigbuckbunny.org/" target="_blank">Big Buck Bunny</a>.
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|