mirror of
https://github.com/videojs/video.js.git
synced 2025-01-17 10:46:00 +02:00
30 lines
731 B
HTML
30 lines
731 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Video.js Test Suite</title>
|
|
|
|
<!-- QUnit -->
|
|
<link rel="stylesheet" href="../test/vendor/qunit/qunit/qunit.css" />
|
|
<script src="../test/vendor/qunit/qunit/qunit.js"></script>
|
|
|
|
<!-- phantomjs logging script-->
|
|
<!--<script src="unit/phantom-logging.js"></script>-->
|
|
|
|
<!-- Video.js CSS -->
|
|
<link rel="stylesheet" href="../design/video-js.css" type="text/css">
|
|
|
|
<!-- Video.js JavaScript -->
|
|
<script src='video.test.compiled.js'></script>
|
|
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h1 id="qunit-header">Bootstrap Plugin Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|