Tests broken ?
Tests broken ?
Since jQuery 1.1.4, the tests are broken !
jQuery 1.2's tests are also broken !
When I try to run the tests on Firefox 2.0.0.6 / OSX,
the tests stop running before they have time to finish.
Firebug catches this error :
jquery.js (line 2361)
ret[i].getElementsByTagName is not a function
[Break on this error] r = jQuery.merge( r,
ret[i].getElementsByTagName( tag ));
The last working version of the test is 1.1.3.1
Am I doing something wrong, or are jQuery 1.2's test broken ?
Or is.... jQuery 1.2 broken ?
If jQuery 1.2's test explodes, I am having a problem using it in a
real world application ! ;-)