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-04-21 14:11:55 +00:00
|
|
|
<script src="../../../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">
|
2013-04-29 18:31:02 +00:00
|
|
|
<link rel="stylesheet" href="../qunit-composite.css">
|
2014-06-10 11:55:45 +00:00
|
|
|
<script src="../../../external/qunit/qunit.js"></script>
|
2013-04-29 18:31:02 +00:00
|
|
|
<script src="../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>
|