mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-04 07:29:07 +00:00
11 lines
275 B
HTML
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>
|