X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Funit%2Fmanipulation.js;h=082c4e9d62eecae6a10feeb8d7dfb0b06eae7d8a;hb=6a82f2ae63263ed9deaff9d9dcc775a2c0cde343;hp=eafbf25fc525478ee1c2212f7ca712e2bd840c6b;hpb=99e7560808679b5044dbefb2b7124bb019fdbda2;p=jquery.git diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index eafbf25..082c4e9 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -866,7 +866,7 @@ test("clone() on XML nodes", function() { } var testHtml = function(valueObj) { - expect(26); + expect(31); jQuery.scriptorder = 0; @@ -886,6 +886,11 @@ var testHtml = function(valueObj) { equals( jQuery("
").html(valueObj(" "))[0].innerHTML, " ", "Make sure entities are passed through correctly." ); equals( jQuery("
").html(valueObj("&"))[0].innerHTML, "&", "Make sure entities are passed through correctly." ); + jQuery("#main").html(valueObj("")); + + equals( jQuery("#main").children().length, 1, "Make sure there is a child element." ); + equals( jQuery("#main").children()[0].nodeName.toUpperCase(), "STYLE", "And that a style element was inserted." ); + reset(); // using contents will get comments regular, text, and comment nodes var j = jQuery("#nonnodes").contents(); @@ -917,16 +922,15 @@ var testHtml = function(valueObj) { jQuery("#main").html(valueObj('
')); - stop(); + jQuery("#main").html(valueObj("")); + jQuery("#main").html(valueObj("")); + jQuery("#main").html(valueObj("")); jQuery("#main").html(valueObj('')); jQuery("#main").html(valueObj('foo
')); - // it was decided that waiting to execute ALL scripts makes sense since nested ones have to wait anyway so this test case is changed, see #1959 jQuery("#main").html(valueObj("