1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-14 12:28:56 +00:00
Files
UXP/mobile/android/tests/browser/chrome/video_controls.html
T

11 lines
275 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Video Controls Test</title>
</head>
<body>
<video id="video" style="height: 480px; width: 640px" controls mozNoDynamicControls></video>
<canvas id="canvas" style="height: 480px; width: 640px"></canvas>
</body>
</html>