From: jeresig Date: Wed, 13 Oct 2010 04:32:52 +0000 (-0400) Subject: Test CSS test on font size instead of padding. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=73e4ef27f0d0a92e573092729107ca5572d52292 Test CSS test on font size instead of padding. --- diff --git a/test/unit/css.js b/test/unit/css.js index ff17149..ecf36a9 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("padding-left", "1px"); - equals( j.css("padding-left"), "1px", "Check node,textnode,comment css works" ); + j.css("fontSize", "1px"); + equals( j.css("fontSize"), "1px", "Check node,textnode,comment css works" ); // opera sometimes doesn't update 'display' correctly, see #2037 jQuery("#t2037")[0].innerHTML = jQuery("#t2037")[0].innerHTML