aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/unit/css.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/css.js b/test/unit/css.js
index b6063b70c..492139101 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