From: John Resig Date: Thu, 26 Aug 2010 19:26:30 +0000 (-0400) Subject: Fixed mistake with tweaked iframe manipulation test. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=1e9d6e1255f94a4643770bb498e875d4016c0781 Fixed mistake with tweaked iframe manipulation test. --- 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) {}