Added test for #945
This commit is contained in:
parent
707f23f83a
commit
4e7c9b08a0
2 changed files with 10 additions and 1 deletions
|
@ -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 );
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue