git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5382ad
)
Fixed mistake with tweaked iframe manipulation test.
author
John Resig
<jeresig@gmail.com>
Thu, 26 Aug 2010 19:26:30 +0000
(15:26 -0400)
committer
John Resig
<jeresig@gmail.com>
Thu, 26 Aug 2010 19:26:30 +0000
(15:26 -0400)
test/unit/manipulation.js
patch
|
blob
|
history
diff --git
a/test/unit/manipulation.js
b/test/unit/manipulation.js
index
97d4ca0
..
4dd1df4
100644
(file)
--- 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( "<div>test</div>" ));
+ jQuery( body ).append(valueObj( "<div>test</div>" ));
pass = true;
} catch(e) {}