UNPKG

638 BHTMLView Raw
1<!doctype html>
2<html>
3<head>
4 <meta charset="utf-8">
5 <title>videojs-flash Unit Tests</title>
6 <link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
7 <link rel="stylesheet" href="../node_modules/video.js/dist/video-js.css">
8</head>
9<body>
10 <div id="qunit"></div>
11 <div id="qunit-fixture"></div>
12 <script src="../node_modules/es5-shim/es5-shim.js"></script>
13 <script src="../node_modules/sinon/pkg/sinon.js"></script>
14 <script src="../node_modules/qunitjs/qunit/qunit.js"></script>
15 <script src="../node_modules/video.js/dist/video.js"></script>
16 <script src="../test/dist/bundle.js"></script>
17</body>
18</html>