Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1206,7 +1206,8 @@ test("jQuery.parseXML", 8, function(){ | ||
} | ||
}); | ||
|
||
if ( jQuery.sub ) { | ||
// Skip this test because IE6 takes too long; reinstate in the compat plugin | ||
if ( jQuery.sub_runs_too_slow_in_IE6 ) { | ||
This comment has been minimized.
This comment has been minimized.
dmethvin
Author
Member
|
||
|
||
test("jQuery.sub() - Static Methods", function(){ | ||
expect(18); | ||
???