1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en" lang=
"en" dir=
"ltr" id=
"html">
4 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
5 <title>jQuery Test Suite
</title>
6 <link rel=
"Stylesheet" media=
"screen" href=
"qunit/qunit/qunit.css" />
7 <link rel=
"Stylesheet" media=
"screen" href=
"data/testsuite.css" />
9 <script src=
"data/testinit.js"></script>
11 <script src=
"../src/core.js"></script>
12 <script src=
"../src/deferred.js"></script>
13 <script src=
"../src/support.js"></script>
14 <script src=
"../src/data.js"></script>
15 <script src=
"../src/queue.js"></script>
16 <script src=
"../src/attributes.js"></script>
17 <script src=
"../src/event.js"></script>
18 <script src=
"../src/sizzle/sizzle.js"></script>
19 <script src=
"../src/sizzle-jquery.js"></script>
20 <script src=
"../src/traversing.js"></script>
21 <script src=
"../src/manipulation.js"></script>
22 <script src=
"../src/css.js"></script>
23 <script src=
"../src/ajax.js"></script>
24 <script src=
"../src/ajax/jsonp.js"></script>
25 <script src=
"../src/ajax/script.js"></script>
26 <script src=
"../src/ajax/xhr.js"></script>
27 <script src=
"../src/effects.js"></script>
28 <script src=
"../src/offset.js"></script>
29 <script src=
"../src/dimensions.js"></script>
31 <script src=
"qunit/qunit/qunit.js"></script>
32 <script src=
"data/testrunner.js"></script>
35 document
.write('<script src="unit/' + location
.search
.substr(1) + '.js"><\/script>');
40 <h1 id=
"qunit-header">jQuery Test Suite
</h1>
41 <h2 id=
"qunit-banner"></h2>
42 <div id=
"qunit-testrunner-toolbar"></div>
43 <h2 id=
"qunit-userAgent"></h2>
44 <ol id=
"qunit-tests"></ol>
47 <div id=
"nothiddendiv" style=
"height:1px;background:white;" class=
"nothiddendiv">
48 <div id=
"nothiddendivchild"></div>
50 <!-- this iframe is outside the #main so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves -->
51 <iframe id=
"loadediframe" name=
"loadediframe" style=
"display:none;" src=
"data/iframe.html"></iframe>
52 <dl id=
"dl" style=
"position:absolute;top:-32767px;left:-32767px;">
54 <p id=
"firstp">See
<a id=
"simon1" href=
"http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel=
"bookmark">this blog entry
</a> for more information.
</p>
56 Here are some links in a normal paragraph:
<a id=
"google" href=
"http://www.google.com/" title=
"Google!">Google
</a>,
57 <a id=
"groups" href=
"http://groups.google.com/" class=
"GROUPS">Google Groups (Link)
</a>.
58 This link has
<code><a href=
"http://smin" id=
"anchor1">class=
"blog"</a></code>:
59 <a href=
"http://diveintomark.org/" class=
"blog" hreflang=
"en" id=
"mark">diveintomark
</a>
63 <p id=
"sndp">Everything inside the red border is inside a div with
<code>id=
"foo"</code>.
</p>
64 <p lang=
"en" id=
"en">This is a normal link:
<a id=
"yahoo" href=
"http://www.yahoo.com/" class=
"blogTest">Yahoo
</a></p>
65 <p id=
"sap">This link has
<code><a href=
"#2" id=
"anchor2">class=
"blog"</a></code>:
<a href=
"http://simon.incutio.com/" class=
"blog link" id=
"simon">Simon Willison's Weblog
</a></p>
68 <span id=
"name+value"></span>
69 <p id=
"first">Try them out:
</p>
70 <ul id=
"firstUL"></ul>
72 <form id=
"form" action=
"formaction">
73 <label for=
"action" id=
"label-for">Action:
</label>
74 <input type=
"text" name=
"action" value=
"Test" id=
"text1" maxlength=
"30"/>
75 <input type=
"text" name=
"text2" value=
"Test" id=
"text2" disabled=
"disabled"/>
76 <input type=
"radio" name=
"radio1" id=
"radio1" value=
"on"/>
78 <input type=
"radio" name=
"radio2" id=
"radio2" checked=
"checked"/>
79 <input type=
"checkbox" name=
"check" id=
"check1" checked=
"checked"/>
80 <input type=
"checkbox" id=
"check2" value=
"on"/>
82 <input type=
"hidden" name=
"hidden" id=
"hidden1"/>
83 <input type=
"text" style=
"display:none;" name=
"foo[bar]" id=
"hidden2"/>
85 <input type=
"text" id=
"name" name=
"name" value=
"name" />
86 <input type=
"search" id=
"search" name=
"search" value=
"search" />
88 <button id=
"button" name=
"button" type=
"button">Button
</button>
90 <textarea id=
"area1" maxlength=
"30">foobar
</textarea>
92 <select name=
"select1" id=
"select1">
93 <option id=
"option1a" class=
"emptyopt" value=
"">Nothing
</option>
94 <option id=
"option1b" value=
"1">1</option>
95 <option id=
"option1c" value=
"2">2</option>
96 <option id=
"option1d" value=
"3">3</option>
98 <select name=
"select2" id=
"select2">
99 <option id=
"option2a" class=
"emptyopt" value=
"">Nothing
</option>
100 <option id=
"option2b" value=
"1">1</option>
101 <option id=
"option2c" value=
"2">2</option>
102 <option id=
"option2d" selected=
"selected" value=
"3">3</option>
104 <select name=
"select3" id=
"select3" multiple=
"multiple">
105 <option id=
"option3a" class=
"emptyopt" value=
"">Nothing
</option>
106 <option id=
"option3b" selected=
"selected" value=
"1">1</option>
107 <option id=
"option3c" selected=
"selected" value=
"2">2</option>
108 <option id=
"option3d" value=
"3">3</option>
109 <option id=
"option3e">no value
</option>
111 <select name=
"select4" id=
"select4" multiple=
"multiple">
112 <optgroup disabled=
"disabled">
113 <option id=
"option4a" class=
"emptyopt" value=
"">Nothing
</option>
114 <option id=
"option4b" disabled=
"disabled" selected=
"selected" value=
"1">1</option>
115 <option id=
"option4c" selected=
"selected" value=
"2">2</option>
117 <option selected=
"selected" disabled=
"disabled" id=
"option4d" value=
"3">3</option>
118 <option id=
"option4e">no value
</option>
120 <select name=
"select5" id=
"select5">
121 <option id=
"option5a" value=
"3">1</option>
122 <option id=
"option5b" value=
"2">2</option>
123 <option id=
"option5c" value=
"1">3</option>
126 <object id=
"object1" codebase=
"stupid">
127 <param name=
"p1" value=
"x1" />
128 <param name=
"p2" value=
"x2" />
131 <span id=
"台北Táiběi"></span>
132 <span id=
"台北" lang=
"中文"></span>
133 <span id=
"utf8class1" class=
"台北Táiběi 台北"></span>
134 <span id=
"utf8class2" class=
"台北"></span>
135 <span id=
"foo:bar" class=
"foo:bar"></span>
136 <span id=
"test.foo[5]bar" class=
"test.foo[5]bar"></span>
138 <foo_bar id=
"foobar">test element
</foo_bar>
140 <b id=
"floatTest">Float test.
</b>
141 <iframe id=
"iframe" name=
"iframe"></iframe>
142 <form id=
"lengthtest">
143 <input type=
"text" id=
"length" name=
"test"/>
144 <input type=
"text" id=
"idTest" name=
"id"/>
146 <table id=
"table"></table>
148 <form id=
"name-tests">
149 <!-- Inputs with a grouped name attribute. -->
150 <input name=
"types[]" id=
"types_all" type=
"checkbox" value=
"all" />
151 <input name=
"types[]" id=
"types_anime" type=
"checkbox" value=
"anime" />
152 <input name=
"types[]" id=
"types_movie" type=
"checkbox" value=
"movie" />
155 <form id=
"testForm" action=
"#" method=
"get">
156 <textarea name=
"T3" rows=
"2" cols=
"15">?
158 <input type=
"hidden" name=
"H1" value=
"x" />
159 <input type=
"hidden" name=
"H2" />
160 <input name=
"PWD" type=
"password" value=
"" />
161 <input name=
"T1" type=
"text" />
162 <input name=
"T2" type=
"text" value=
"YES" readonly=
"readonly" />
163 <input type=
"checkbox" name=
"C1" value=
"1" />
164 <input type=
"checkbox" name=
"C2" />
165 <input type=
"radio" name=
"R1" value=
"1" />
166 <input type=
"radio" name=
"R1" value=
"2" />
167 <input type=
"text" name=
"My Name" value=
"me" />
168 <input type=
"reset" name=
"reset" value=
"NO" />
170 <option value=
"abc">ABC
</option>
171 <option value=
"abc">ABC
</option>
172 <option value=
"abc">ABC
</option>
174 <select name=
"S2" multiple=
"multiple" size=
"3">
175 <option value=
"abc">ABC
</option>
176 <option value=
"abc">ABC
</option>
177 <option value=
"abc">ABC
</option>
180 <option selected=
"selected">YES
</option>
183 <option value=
"" selected=
"selected">NO
</option>
185 <input type=
"submit" name=
"sub1" value=
"NO" />
186 <input type=
"submit" name=
"sub2" value=
"NO" />
187 <input type=
"image" name=
"sub3" value=
"NO" />
188 <button name=
"sub4" type=
"submit" value=
"NO">NO
</button>
189 <input name=
"D1" type=
"text" value=
"NO" disabled=
"disabled" />
190 <input type=
"checkbox" checked=
"checked" disabled=
"disabled" name=
"D2" value=
"NO" />
191 <input type=
"radio" name=
"D3" value=
"NO" checked=
"checked" disabled=
"disabled" />
192 <select name=
"D4" disabled=
"disabled">
193 <option selected=
"selected" value=
"NO">NO
</option>
198 <div id=
"checkedtest" style=
"display:none;">
199 <input type=
"radio" name=
"checkedtestradios" checked=
"checked"/>
200 <input type=
"radio" name=
"checkedtestradios" value=
"on"/>
201 <input type=
"checkbox" name=
"checkedtestcheckboxes" checked=
"checked"/>
202 <input type=
"checkbox" name=
"checkedtestcheckboxes" />
205 <div id=
"nonnodes"><span>hi
</span> there
<!-- mon ami --></div>
207 <div><div class=
"hidden">hidden
</div></div>
211 <div id=
"tabindex-tests">
212 <ol id=
"listWithTabIndex" tabindex=
"5">
213 <li id=
"foodWithNegativeTabIndex" tabindex=
"-1">Rice
</li>
214 <li id=
"foodNoTabIndex">Beans
</li>
219 <div id=
"divWithNoTabIndex">I'm hungry. I should...
</div>
220 <span>...
</span><a href=
"#" id=
"linkWithNoTabIndex">Eat lots of food
</a><span>...
</span> |
221 <span>...
</span><a href=
"#" id=
"linkWithTabIndex" tabindex=
"2">Eat a little food
</a><span>...
</span> |
222 <span>...
</span><a href=
"#" id=
"linkWithNegativeTabIndex" tabindex=
"-1">Eat no food
</a><span>...
</span>
223 <span>...
</span><a id=
"linkWithNoHrefWithNoTabIndex">Eat a burger
</a><span>...
</span>
224 <span>...
</span><a id=
"linkWithNoHrefWithTabIndex" tabindex=
"1">Eat some funyuns
</a><span>...
</span>
225 <span>...
</span><a id=
"linkWithNoHrefWithNegativeTabIndex" tabindex=
"-1">Eat some funyuns
</a><span>...
</span>
228 <div id=
"liveHandlerOrder">
229 <span id=
"liveSpan1"><a href=
"#" id=
"liveLink1"></a></span>
230 <span id=
"liveSpan2"><a href=
"#" id=
"liveLink2"></a></span>
233 <div id=
"siblingTest">
234 <em id=
"siblingfirst">1</em>
235 <em id=
"siblingnext">2</em>
239 <div id=
"fx-test-group" style=
"position:absolute;width:1px;height:1px;overflow:hidden;">
240 <div id=
"fx-queue" name=
"test">
241 <div id=
"fadein" class='chain test' name='div'
>fadeIn
<div>fadeIn
</div></div>
242 <div id=
"fadeout" class='chain test out'
>fadeOut
<div>fadeOut
</div></div>
244 <div id=
"show" class='chain test'
>show
<div>show
</div></div>
245 <div id=
"hide" class='chain test out'
>hide
<div>hide
</div></div>
247 <div id=
"togglein" class='chain test'
>togglein
<div>togglein
</div></div>
248 <div id=
"toggleout" class='chain test out'
>toggleout
<div>toggleout
</div></div>
251 <div id=
"slideup" class='chain test'
>slideUp
<div>slideUp
</div></div>
252 <div id=
"slidedown" class='chain test out'
>slideDown
<div>slideDown
</div></div>
254 <div id=
"slidetogglein" class='chain test'
>slideToggleIn
<div>slideToggleIn
</div></div>
255 <div id=
"slidetoggleout" class='chain test out'
>slideToggleOut
<div>slideToggleOut
</div></div>
257 <div id=
"fadetogglein" class='chain test'
>fadeToggleIn
<div>fadeToggleIn
</div></div>
258 <div id=
"fadetoggleout" class='chain test out'
>fadeToggleOut
<div>fadeToggleOut
</div></div>
260 <div id=
"fadeto" class='chain test'
>fadeTo
<div>fadeTo
</div></div>
263 <div id=
"fx-tests"></div>