Adds jQuery collection to objects that will be used as global events context if provi...
[jquery.git] / test / data / testsuite.css
index 7a16243..cffaaa4 100644 (file)
@@ -10,7 +10,7 @@ div#fx-tests h4.pass {
 }
 
 div#fx-tests div.box {
-        background: red url(data/cow.jpg) no-repeat;
+        background: red;
         overflow: hidden;
         border: 2px solid #000;
 }
@@ -102,4 +102,10 @@ div.chain.test div { background: green; }
 div.chain.out { background: green; }
 div.chain.out div { background: red; display: none; }
 
+/* tests to ensure jQuery can determine the native display mode of elements
+   that have been set as display: none in stylesheets */
 div#show-tests * { display: none; }
+
+#nothiddendiv { font-size: 16px; }
+#nothiddendivchild.em { font-size: 2em; }
+#nothiddendivchild.prct { font-size: 150%; }