2015-04-29 23:05:22 +02:00
|
|
|
<!doctype html>
|
2016-04-29 00:29:40 +02:00
|
|
|
<html lang="en">
|
2015-04-29 23:05:22 +02: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 23:36:20 +02:00
|
|
|
|
2015-10-28 19:28:15 +02:00
|
|
|
<script src="../build/temp/ie8/videojs-ie8.js"></script>
|
2015-07-23 21:45:41 +02:00
|
|
|
|
2015-04-29 23:36:20 +02:00
|
|
|
<!-- Execute the bundled tests first -->
|
2015-04-29 23:05:22 +02:00
|
|
|
<script src="../build/temp/tests.js"></script>
|
2016-08-24 22:31:19 +02:00
|
|
|
<script src="../build/temp/browserify.js"></script>
|
|
|
|
<script src="../build/temp/webpack.js"></script>
|
2015-04-29 23:36:20 +02:00
|
|
|
|
2015-04-29 23:05:22 +02:00
|
|
|
</body>
|
|
|
|
</html>
|