aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/css.js
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-10-13 14:27:44 -0400
committerjeresig <jeresig@gmail.com>2010-10-13 14:27:44 -0400
commitcd8f4917ba1a6605b618fef1ac37b370604cd58b (patch)
tree610d6e3f9acf3cd61288ff9961416b38876ab278 /test/unit/css.js
parentf3d610e06499192509f482dbb72a1edf861827e0 (diff)
downloadjquery-cd8f4917ba1a6605b618fef1ac37b370604cd58b.tar.gz
jquery-cd8f4917ba1a6605b618fef1ac37b370604cd58b.zip
Change font size to 15px in the test to fix a false negative. Thanks @jitter for the catch in 73e4ef27f0d0a92e573092729107ca5572d52292.
Diffstat (limited to 'test/unit/css.js')
-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