mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fixed mistake with tweaked iframe manipulation test.
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user