mirror of
https://github.com/videojs/video.js.git
synced 2024-12-14 11:23:30 +02:00
36 lines
1.0 KiB
HTML
36 lines
1.0 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Video.js Test Suite</title>
|
|
|
|
<!-- Video.js CSS -->
|
|
<link rel="stylesheet" href="../build/files/video-js.css" type="text/css">
|
|
|
|
<!-- Sinon -->
|
|
<script src="../node_modules/sinon/pkg/sinon.js"></script>
|
|
<script src="../node_modules/sinon/pkg/sinon-ie.js"></script>
|
|
|
|
<!-- QUnit -->
|
|
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css" />
|
|
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
|
|
|
|
<!-- 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)
|
|
-->
|
|
<script src="../build/files/test.minified.video.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h1 id="qunit-header">Video.js Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|