Added test for #968
[jquery.git] / build / test / index.html
index 2124948..85a7fa4 100644 (file)
@@ -1,18 +1,21 @@
 <html id="html">
 <head>
+       <meta http-equiv="Content-Type" content="text/css; charset=utf-8" />
+       <title>jQuery Test Suite</title>
+       <link rel="Stylesheet" media="screen" href="data/testsuite.css" />
        <script type="text/javascript" src="../dist/jquery.js"></script>
        <script type="text/javascript" src="data/testrunner.js"></script>
-       <script>
-       $(document).ready(function(){\r
-               runTest(function() {
-                       {TESTS}\r
-               });\r
-       });
-       </script>
-       <style>.pass { color: green; } .fail { color: red; } #tests ol { display: none; }</style>
+       <script type="text/javascript" src="../src/jquery/coreTest.js"></script>
+       <script type="text/javascript" src="../src/selector/selectorTest.js"></script>
+       <script type="text/javascript" src="../src/event/eventTest.js"></script>
+       <script type="text/javascript" src="../src/ajax/ajaxTest.js"></script>
+       <script type="text/javascript" src="../src/fx/fxTest.js"></script>
 </head>
+
 <body id="body">
-       <h1>jQuery - Test Suite</h1>
+       <h1>jQuery Test Suite</h1>
+       <h2 id="banner"></h2>
+       <h2 id="userAgent"></h2>
        
        <!-- Test HTML -->
        <dl style="display:none;">
@@ -21,7 +24,7 @@
                <p id="ap">
                        Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>, 
                        <a id="groups" href="http://groups.google.com/">Google Groups</a>. 
-                       This link has <code><a href="#" id="anchor1">class="blog"</a></code>: 
+                       This link has <code><a href="http://smin" id="anchor1">class="blog"</a></code>: 
                        <a href="http://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a>
 
                </p>
                        <p lang="en" id="en">This is a normal link: <a id="yahoo" href="http://www.yahoo.com/" class="blogTest">Yahoo</a></p>
                        <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>
 
-               </div>\r
-               <p id="first">Try them out:</p>\r
+               </div>
+               <p id="first">Try them out:</p>
                <ul id="firstUL"></ul>
                <ol id="empty"></ol>
                <form id="form" action="formaction">
-                       <input type="text" value="Test" name="action" id="text1"/>
-                       <input type="text" value="Test" id="text2" disabled="disabled"/>
+                       <input type="text" name="action" value="Test" id="text1"/>
+                       <input type="text" name="text2" value="Test" id="text2" disabled="disabled"/>
                        <input type="radio" name="radio1" id="radio1"/>
 
-                       <input type="radio" name="radio2" id="radio2" checked/>
-                       <input type="checkbox" name="check" id="check1" checked/>
+                       <input type="radio" name="radio2" id="radio2" checked="checked"/>
+                       <input type="checkbox" name="check" id="check1" checked="checked"/>
                        <input type="checkbox" id="check2"/>
 
                        <input type="hidden" name="hidden" id="hidden1"/>
-                       <input type="text" style="display:none;" name="foo[bar]" id="hidden2"/>\r
-                       \r
-                       <input type="text" id="name" name="name" value="name" />\r
-                       \r
-                       <textarea id="area1">foobar</textarea>\r
-                       \r
-                       <select name="select1" id="select1">\r
-                               <option id="option1a" value="">Nothing</option>\r
-                               <option id="option1b" value="1">1</option>\r
-                               <option id="option1c" value="2">2</option>\r
-                               <option id="option1d" value="3">3</option>\r
-                       </select>\r
-                       <select name="select2" id="select2">\r
-                               <option id="option2a" value="">Nothing</option>\r
-                               <option id="option2b" value="1">1</option>\r
-                               <option id="option2c" value="2">2</option>\r
-                               <option id="option2d" selected value="3">3</option>\r
-                       </select>\r
-                       <select name="select3" id="select3" multiple="multiple">\r
-                               <option id="option3a" value="">Nothing</option>\r
-                               <option id="option3b" selected="selected" value="1">1</option>\r
-                               <option id="option3c" selected value="2">2</option>\r
-                               <option id="option3d" value="3">3</option>\r
+                       <input type="text" style="display:none;" name="foo[bar]" id="hidden2"/>
+                       
+                       <input type="text" id="name" name="name" value="name" />
+                       
+                       <button id="button" name="button">Button</button>
+                       
+                       <textarea id="area1">foobar</textarea>
+                       
+                       <select name="select1" id="select1">
+                               <option id="option1a" value="">Nothing</option>
+                               <option id="option1b" value="1">1</option>
+                               <option id="option1c" value="2">2</option>
+                               <option id="option1d" value="3">3</option>
+                       </select>
+                       <select name="select2" id="select2">
+                               <option id="option2a" value="">Nothing</option>
+                               <option id="option2b" value="1">1</option>
+                               <option id="option2c" value="2">2</option>
+                               <option id="option2d" selected="selected" value="3">3</option>
+                       </select>
+                       <select name="select3" id="select3" multiple="multiple">
+                               <option id="option3a" value="">Nothing</option>
+                               <option id="option3b" selected="selected" value="1">1</option>
+                               <option id="option3c" selected="selected" value="2">2</option>
+                               <option id="option3d" value="3">3</option>
                        </select>
+                       
+                       <object id="object1" codebase="stupid">
+                               <param name="p1" value="x1" />
+                               <param name="p2" value="x2" />
+                       </object>
+                       
+                       <span id="台北Táiběi"></span>
+                       <span id="台北" lang="中文"></span>
+                       <span id="utf8class1" class="台北Táiběi 台北"></span>
+                       <span id="utf8class2" class="台北"></span>
                </form>
+               <b id="floatTest">Float test.</b>
+               <iframe id="iframe" name="iframe"></iframe>
        </div>
        </dl>