mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Change test description
This commit is contained in:
parent
c9bf5c5e90
commit
6d2ae92fe4
@ -1244,7 +1244,8 @@ test("jQuery.parseHTML", function() {
|
||||
equal( html[ 0 ].innerHTML, "test div", "Content should be preserved" );
|
||||
|
||||
equal( jQuery.parseHTML("<span><span>").length, 1, "Incorrect html-strings should not break anything" );
|
||||
equal( jQuery.parseHTML("<td><td>")[ 1 ].parentNode.nodeType, 11, "parentNode should be documentFragment" );
|
||||
equal( jQuery.parseHTML("<td><td>")[ 1 ].parentNode.nodeType, 11,
|
||||
"parentNode should be documentFragment for wrapMap (variable in manipulation module) elements too" );
|
||||
});
|
||||
|
||||
test("jQuery.parseJSON", function(){
|
||||
|
Loading…
Reference in New Issue
Block a user