File: /home/petsclubcc/magento/dev/tests/js/JsTestDriver/testsuite/mage/dropdown/index.html
<!--
/**
* @category mage.dropdown
* @package test
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<!DOCTYPE html>
<html>
<head>
<title>Unit test</title>
<base href="../../../"/>
<link type="text/css" rel="stylesheet" href="framework/qunit/qunit-1.14.0.css"/>
<script type="text/javascript" src="framework/qunit/qunit-1.14.0.js"></script>
<script src="../../../lib/web/jquery.js"></script>
<script src="../../../lib/web/jquery/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/web/mage/mage.js"></script>
<script type="text/javascript" src="../../../lib/web/mage/dropdown.js"></script>
<script type="text/javascript" src="../../../lib/web/mage/bootstrap.js"></script>
<script type="text/javascript" src="testsuite/mage/dropdown/test-dropdown.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture">
</div>
</body>
</html>