File size: 1.5Kb
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>QUnit test bootstrap3_player</title>
<!-- protocol scheme included so that `file:` default is not used locally -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<link href="../css/bootstrap3_player.css" rel="stylesheet">
<link href="http://code.jquery.com/qunit/qunit-1.16.0.css" rel="stylesheet">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture">
</div><!-- /qunit-fixture (don't enclose audio when running FuncUnit) -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Audio with no additional data ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<audio controls>
<!-- local audio files to avoid too much latency in QUnit test -->
<source src="BeBopAliens.ogg" type="audio/ogg" />
<source src="BeBopAliens.mp3" type="audio/mpeg" />
<a href="http://www.w3schools.com/html/horse.mp3">horse</a>
An html5-capable browser is required to play this audio.
</audio>
<!-- ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="../js/bootstrap3_player.js"></script>
<script src="http://code.jquery.com/qunit/qunit-1.16.0.js"></script>
<script src="tests.js"></script>
<script src="funcunit.js"></script>
</body>
</html>