2011-10-19 17:47:02 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>jQuery UI Selectmenu Test Suite</title>
|
|
|
|
|
2014-08-01 16:25:14 +00:00
|
|
|
<script src="../../../external/jquery/jquery.js"></script>
|
2011-10-19 17:47:02 +00:00
|
|
|
|
2014-06-10 11:55:45 +00:00
|
|
|
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
|
2015-04-06 13:51:10 +00:00
|
|
|
<link rel="stylesheet" href="../../../external/qunit-composite/qunit-composite.css">
|
2014-06-10 11:55:45 +00:00
|
|
|
<script src="../../../external/qunit/qunit.js"></script>
|
2015-04-06 13:51:10 +00:00
|
|
|
<script src="../../../external/qunit-composite/qunit-composite.js"></script>
|
2011-10-19 17:47:02 +00:00
|
|
|
<script src="../subsuite.js"></script>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
testAllVersions( "selectmenu" );
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2014-02-20 16:02:23 +00:00
|
|
|
<div id="qunit"></div>
|
2011-10-19 17:47:02 +00:00
|
|
|
<div id="qunit-fixture">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|