Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).
[jquery.git] / build / test / index.html
index 9718ece..0425570 100644 (file)
@@ -12,7 +12,7 @@
 </head>
 
 <body id="body">
-       <h1>jQuery Test Suite - Core</h1>
+       <h1>jQuery Test Suite</h1>
        <h2 id="banner"></h2>
        <h2 id="userAgent"></h2>
        
@@ -30,7 +30,7 @@
                <div id="foo">
                        <p id="sndp">Everything inside the red border is inside a div with <code>id="foo"</code>.</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="http://smin/#2" id="anchor2">class="blog"</a></code>: <a href="http://simon.incutio.com/" class="blog link" id="simon">Simon Willison's Weblog</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>
                <p id="first">Try them out:</p>
@@ -79,6 +79,7 @@
                        </object>
                </form>
                <b id="floatTest">Float test.</b>
+               <iframe id="iframe"></iframe>
        </div>
        </dl>