Changeset 1586
- Timestamp:
- 03/25/07 11:52:53 (2 years ago)
- Location:
- trunk/jquery
- Files:
-
- 2 modified
-
build/test/index.html (modified) (1 diff)
-
src/selector/selectorTest.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/build/test/index.html
r1585 r1586 87 87 <b id="floatTest">Float test.</b> 88 88 <iframe id="iframe" name="iframe"></iframe> 89 <form id="lengthtest"> 90 <input type="text" id="length" name="test"> 91 </form> 89 92 </div> 90 93 </dl> -
trunk/jquery/src/selector/selectorTest.js
r1579 r1586 201 201 }); 202 202 }); 203 204 test('<input name="length"> cannot be found under IE, see #945', function() { 205 expect(2); 206 ok( $("#length").length ); 207 ok( $("#lengthtest input").length ); 208 });
