mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
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;
|
var body = jQuery("#iframe")[0].contentWindow.document.body;
|
||||||
|
|
||||||
pass = false;
|
pass = false;
|
||||||
jQuery( document.body ).append(valueObj( "<div>test</div>" ));
|
jQuery( body ).append(valueObj( "<div>test</div>" ));
|
||||||
pass = true;
|
pass = true;
|
||||||
} catch(e) {}
|
} catch(e) {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user