Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order...
[jquery.git] / src / fx / fxTest.js
index dfb9157..3c0d57d 100644 (file)
@@ -196,7 +196,7 @@ jQuery.each( from, function(fn, f){
                                
                                if ( t_h == "show" ) {
                                        var old_h = jQuery.curCSS(this, "height");
-                                       $(elem).append("<br>Some more text<br>and some more...");
+                                       $(elem).append("<br/>Some more text<br/>and some more...");
                                        ok(old_h != jQuery.css(this, "height" ), "Make sure height is auto.");
                                }
        
@@ -281,4 +281,4 @@ function makeTest( text ){
        return elem;
 }
 
-makeTest.id = 1;
\ No newline at end of file
+makeTest.id = 1;