2013-01-17 04:30:55 +03:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Video.js Test Suite</title>
|
|
|
|
|
2014-10-16 22:59:41 +03:00
|
|
|
<!-- Video.js CSS -->
|
|
|
|
<link rel="stylesheet" href="../build/files/video-js.css" type="text/css">
|
|
|
|
|
2014-05-13 03:08:48 +03:00
|
|
|
<!-- Sinon -->
|
|
|
|
<script src="../node_modules/sinon/pkg/sinon.js"></script>
|
|
|
|
<script src="../node_modules/sinon/pkg/sinon-ie.js"></script>
|
|
|
|
|
2013-01-17 04:30:55 +03:00
|
|
|
<!-- QUnit -->
|
2013-12-03 02:34:00 +03:00
|
|
|
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css" />
|
|
|
|
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
|
2013-01-17 04:30:55 +03:00
|
|
|
|
|
|
|
<!-- SOURCE COMPILED WITH TESTS
|
|
|
|
grunt-contrib-qunit doesn't support query vars, so making this script
|
|
|
|
so we can automatically run compiled tests too.
|
|
|
|
(in test/index.html you can add ?compiled to also run compiled tests)
|
|
|
|
-->
|
2013-01-26 02:22:14 +03:00
|
|
|
<script src="../build/files/test.minified.video.js"></script>
|
2013-01-17 04:30:55 +03:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<h1 id="qunit-header">Video.js Test Suite</h1>
|
|
|
|
<h2 id="qunit-banner"></h2>
|
2013-12-03 02:34:00 +03:00
|
|
|
<div id="qunit-testrunner-toolbar"></div>
|
2013-01-17 04:30:55 +03:00
|
|
|
<h2 id="qunit-userAgent"></h2>
|
|
|
|
<ol id="qunit-tests"></ol>
|
|
|
|
<div id="qunit-fixture"></div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|