blob: b16c3682a01a36959e6607f0185215100b361ddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bug 1679174</title>
<script type="text/javascript" src="click-event-helper.js"></script>
</head>
<body>
<video id="nan-duration"></video>
<video controls id="test-video">
<source src="test-video.mp4" type="video/mp4">
</video>
</body>
</html>
|