Added test for #968
[jquery.git] / build / test / index.html
index db6cfd8..85a7fa4 100644 (file)
@@ -1,17 +1,20 @@
 <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 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 id="banner">jQuery Test Suite - Core</h1>
+       <h1>jQuery Test Suite</h1>
+       <h2 id="banner"></h2>
        <h2 id="userAgent"></h2>
        
        <!-- Test HTML -->
@@ -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>
                                <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>