-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(capabilities): test that video tag can play video (#2477)
- Loading branch information
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters