From: John Resig Date: Thu, 26 Aug 2010 19:26:30 +0000 (-0400) Subject: Fixed mistake with tweaked iframe manipulation test. X-Git-Tag: 1.4.3rc1~138 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1e9d6e1255f94a4643770bb498e875d4016c0781;p=jquery.git Fixed mistake with tweaked iframe manipulation test. --- diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 97d4ca026..4dd1df400 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) {}