<span id="utf8class2" class="台北"></span>
</form>
<b id="floatTest">Float test.</b>
- <iframe id="iframe" name="iframe"></iframe>
+ <iframe id="iframe" name="iframe"></iframe>\r
+ <form id="lengthtest">\r
+ <input type="text" id="length" name="test">\r
+ </form>
</div>
</dl>
isSet( $("/p", this).get(), q("sndp", "en", "sap"), "Check XPath context" );
});
});
+
+test('<input name="length"> cannot be found under IE, see #945', function() {
+ expect(2);
+ ok( $("#length").length );
+ ok( $("#lengthtest input").length );
+});