mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 03:25:10 -05:00
Added test for #945
This commit is contained in:
@@ -200,3 +200,9 @@ test("basic xpath", function() {
|
||||
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 );
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user