X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=test%2Funit%2Fcss.js;h=4921391017f3d9f55bebf89042dbe4fc1031a259;hb=8576570e6e5f2ebd95c49a66848f066dcf99d673;hp=b6063b70cc906caa54386318db95104fd6fc08b0;hpb=8fb4d9af74d61e4bc55e615a21115c48bf5f65d9;p=jquery.git diff --git a/test/unit/css.js b/test/unit/css.js index b6063b7..4921391 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -113,8 +113,8 @@ test("css(String, Object)", function() { // using contents will get comments regular, text, and comment nodes var j = jQuery("#nonnodes").contents(); - j.css("fontSize", "1px"); - equals( j.css("fontSize"), "1px", "Check node,textnode,comment css works" ); + j.css("fontSize", "15px"); + equals( j.css("fontSize"), "15px", "Check node,textnode,comment css works" ); // opera sometimes doesn't update 'display' correctly, see #2037 jQuery("#t2037")[0].innerHTML = jQuery("#t2037")[0].innerHTML