X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=test%2Funit%2Fmanipulation.js;h=4dd1df4002d175daf6bdee09f5384829248e358a;hb=1e9d6e1255f94a4643770bb498e875d4016c0781;hp=97d4ca0261bc4426e0727ef98156367cbd5fd873;hpb=c5382ad7c118ca54dde630b6c7146f1c3b6afb80;p=jquery.git diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 97d4ca0..4dd1df4 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -265,7 +265,7 @@ var testAppend = function(valueObj) { var body = jQuery("#iframe")[0].contentWindow.document.body; pass = false; - jQuery( document.body ).append(valueObj( "
test
" )); + jQuery( body ).append(valueObj( "
test
" )); pass = true; } catch(e) {}