2015-04-29 14:05:22 -07:00
|
|
|
<!doctype html>
|
2016-04-28 15:29:40 -07:00
|
|
|
<html lang="en">
|
2015-04-29 14:05:22 -07:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>VideoJS Tests</title>
|
|
|
|
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
|
|
|
|
<link rel="stylesheet" href="../build/temp/video-js.min.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="qunit"></div>
|
|
|
|
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
|
2015-04-29 14:36:20 -07:00
|
|
|
|
2015-10-28 13:28:15 -04:00
|
|
|
<script src="../build/temp/ie8/videojs-ie8.js"></script>
|
2015-07-23 12:45:41 -07:00
|
|
|
|
2015-04-29 14:36:20 -07:00
|
|
|
<!-- Execute the bundled tests first -->
|
2015-04-29 14:05:22 -07:00
|
|
|
<script src="../build/temp/tests.js"></script>
|
2016-08-24 16:31:19 -04:00
|
|
|
<script src="../build/temp/browserify.js"></script>
|
|
|
|
<script src="../build/temp/webpack.js"></script>
|
2015-04-29 14:36:20 -07:00
|
|
|
|
2015-04-29 14:05:22 -07:00
|
|
|
</body>
|
|
|
|
</html>
|