Adjust isPlainObject test to run in an iframe.
authorjeresig <jeresig@gmail.com>
Wed, 24 Mar 2010 19:18:11 +0000 (15:18 -0400)
committerwycats <wycats@gmail.com>
Sun, 20 Jun 2010 05:29:47 +0000 (22:29 -0700)
test/unit/core.js

index eccf544..590bb0c 100644 (file)
@@ -271,7 +271,7 @@ test("isPlainObject", function() {
  
        var doc = iframe.contentDocument || iframe.contentWindow.document;
        doc.open();
-       doc.write("<body onload='window.top.iframeDone(Object);'>");
+       doc.write("<body onload='window.parent.iframeDone(Object);'>");
        doc.close();
 });