You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/androidTest/assets/pages/videoMediaPage.html

15 lines
347 B
HTML

<html>
<head>
<title>Video_Test_Page</title>
<meta name="viewport" content="width=device-width">
</head>
<body>
<p id="testContent">Page content: video player</p>
<div id="video-container">
<video id="videoSample" width="320" height="240" controls loop>
<source src="../resources/clip.mp4">
</video>
</div>
</body>
</html>