mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
keep manipulation.js assertions consistent
This commit is contained in:
parent
e63625e16e
commit
b382af685a
@ -441,7 +441,7 @@ var testAppend = function(valueObj) {
|
||||
equal( $radioChecked[0].checked, true, "Reappending radios uphold which radio is checked" );
|
||||
equal( $radioUnchecked[0].checked, false, "Reappending radios uphold not being checked" );
|
||||
|
||||
equal( jQuery("<div/>").append("option<area/>")[0].childNodes.length, 2, "HTML-string with leading text should be processed correctly" );
|
||||
equal( jQuery("<div/>").append( valueObj("option<area/>") )[0].childNodes.length, 2, "HTML-string with leading text should be processed correctly" );
|
||||
};
|
||||
|
||||
test("append(String|Element|Array<Element>|jQuery)", function() {
|
||||
|
Loading…
Reference in New Issue
Block a user