1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-16 11:37:29 +02:00
video.js/test/minified.html

32 lines
905 B
HTML
Raw Normal View History

2013-01-17 04:30:55 +03:00
<!DOCTYPE HTML>
<html>
<head>
<title>Video.js Test Suite</title>
<!-- 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
<!-- Video.js CSS -->
2013-07-20 06:18:39 +03:00
<link rel="stylesheet" href="../build/files/video-js.css" type="text/css">
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)
-->
<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>