aboutsummaryrefslogtreecommitdiffstats
path: root/tests/datepicker.html
blob: e1b32ed8d403e97554f09d31747a5d6484353c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
	<title>jQuery UI Datepicker Test Suite</title>
	
	<link rel="stylesheet" href="qunit/testsuite.css" type="text/css" media="screen">

	<script type="text/javascript" src="../jquery-1.2.6.js"></script>
	<script type="text/javascript" src="../ui/ui.core.js"></script>
	<script type="text/javascript" src="../ui/ui.datepicker.js"></script>
	<script type="text/javascript" src="../ui/i18n/ui.datepicker-fr.js"></script>
	<script type="text/javascript" src="../ui/i18n/ui.datepicker-he.js"></script>
	
	<script type="text/javascript" src="qunit/testrunner.js"></script>
	<script type="text/javascript" src="simulate/jquery.simulate.js"></script>

	<script type="text/javascript" src="datepicker.js"></script>

	<style type="text/css">
		.xerror, .error { display: none }
	</style>
</head>
<body>

<h1 id="header">jQuery UI Datepicker Test Suite</h1>
<h2 id="banner"></h2>
<h2 id="userAgent"></h2>

<ol id="tests"></ol>

<div id="main" style="position:absolute;top:-2000000px;">
	<p><input type="text" id="inp"/><input type="text" id="alt"/><div id="inl"></div></p>
</div>

</body>
</html>