forked from gpac/mp4box.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qunit.html
25 lines (25 loc) · 938 Bytes
/
qunit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MP4Box.js QUnit tests</title>
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
<script src="../node_modules/blanket/dist/qunit/blanket.min.js" data-cover-flags="debug"></script>
<script src="../dist/mp4box.all.js" data-cover></script>
<script src="qunit-helper.js"></script>
<script src="qunit-media-data.js"></script>
<script src="qunit-box-data.js"></script>
<script src="qunit-tests.js"></script>
<script src="qunit-mse-tests.js"></script>
<script src="qunit-isofile-tests.js"></script>
<script src="iso-conformance-files.js"></script>
<script src="qunit-iso-conformance.js"></script>
<script src="qunit-iso-creation.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<div id="video-placeholder"></div>
</body>
</html>