2013-08-26 10:44:20 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2014-07-02 17:22:49 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>jQuery UI Date Test Suite</title>
|
2013-08-26 10:44:20 +00:00
|
|
|
|
2015-07-15 13:40:38 +00:00
|
|
|
<script src="../../../external/jquery/jquery.js"></script>
|
2013-08-26 10:44:20 +00:00
|
|
|
|
2014-07-02 17:22:49 +00:00
|
|
|
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
|
2015-07-15 13:40:38 +00:00
|
|
|
<link rel="stylesheet" href="../../../external/qunit-composite/qunit-composite.css">
|
2014-07-02 17:22:49 +00:00
|
|
|
<script src="../../../external/qunit/qunit.js"></script>
|
2015-07-15 13:40:38 +00:00
|
|
|
<script src="../../../external/qunit-composite/qunit-composite.js"></script>
|
2014-07-02 17:22:49 +00:00
|
|
|
<script src="../subsuite.js"></script>
|
2013-08-26 10:44:20 +00:00
|
|
|
|
2014-07-02 17:22:49 +00:00
|
|
|
<script>
|
2015-07-15 13:40:38 +00:00
|
|
|
testAllVersions( "date" );
|
2014-07-02 17:22:49 +00:00
|
|
|
</script>
|
2013-08-26 10:44:20 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2015-07-15 13:40:38 +00:00
|
|
|
<div id="qunit"></div>
|
2013-08-26 10:44:20 +00:00
|
|
|
<div id="qunit-fixture">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|