Test CSS test on font size instead of padding.

This commit is contained in:
jeresig 2010-10-13 00:32:52 -04:00
parent 9ede46b004
commit 73e4ef27f0

View file

@ -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