참고소스 수정본
This commit is contained in:
16
참고/playwright-main/tests/assets/video.html
Normal file
16
참고/playwright-main/tests/assets/video.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user