X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2FcoreTest.js;h=602da848c87756757eaf8468d38576a49d91af73;hb=69ef5fac9e84623c1260cf4d548c1034ac7e45a8;hp=8d7e9f89c258a38d7e259dcf0beb5b2cb74680d7;hpb=b5bf00a37368baf69595434c0329f869b9ca18e9;p=jquery.git diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index 8d7e9f8..602da84 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -21,17 +21,14 @@ test("$()", function() { $('

\r\n

'); ok( true, "Check for \\r and \\n in jQuery()" ); + /* // Disabled until we add this functionality in var pass = true; try { - var f = document.getElementById("iframe").contentDocument; - f.open(); - f.write(""); - f.close(); - $("
Testing
").appendTo(f.body); + $("
Testing
").appendTo(document.getElementById("iframe").contentDocument.body); } catch(e){ pass = false; } - ok( pass, "$('<tag>') needs optional document parameter to ease cross-frame DOM wrangling, see #968" ); + ok( pass, "$('<tag>') needs optional document parameter to ease cross-frame DOM wrangling, see #968" );*/ }); test("isFunction", function() {