Fixed mistake with tweaked iframe manipulation test.
This commit is contained in:
parent
c5382ad7c1
commit
1e9d6e1255
|
@ -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) {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue