Fixed mistake with tweaked iframe manipulation test.

This commit is contained in:
John Resig 2010-08-26 15:26:30 -04:00
parent c5382ad7c1
commit 1e9d6e1255

View file

@ -265,7 +265,7 @@ var testAppend = function(valueObj) {
var body = jQuery("#iframe")[0].contentWindow.document.body;
pass = false;
jQuery( document.body ).append(valueObj( "<div>test</div>" ));
jQuery( body ).append(valueObj( "<div>test</div>" ));
pass = true;
} catch(e) {}