aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testsuite.css
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-11-11 14:17:16 -0500
committerJohn Resig <jeresig@gmail.com>2009-11-11 14:17:16 -0500
commit449e099b97d823ed0252d8821880bc0e471701ea (patch)
treefe3688af9e59f710cd2f31d3a2f8cf25b22ff687 /test/data/testsuite.css
parentbf71575bb4f37321b71ef8ce21c8208ad2b192da (diff)
downloadjquery-449e099b97d823ed0252d8821880bc0e471701ea.tar.gz
jquery-449e099b97d823ed0252d8821880bc0e471701ea.zip
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.
Diffstat (limited to 'test/data/testsuite.css')
-rw-r--r--test/data/testsuite.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index 7a162431f..5cc782824 100644
--- a/test/data/testsuite.css
+++ b/test/data/testsuite.css
@@ -103,3 +103,7 @@ div.chain.out { background: green; }
div.chain.out div { background: red; display: none; }
div#show-tests * { display: none; }
+
+#nothiddendiv { font-size: 16px; }
+#nothiddendivchild.em { font-size: 2em; }
+#nothiddendivchild.prct { font-size: 150%; }