Adds jQuery collection to objects that will be used as global events context if provi...
[jquery.git] / test / data / testsuite.css
index 1846892..cffaaa4 100644 (file)
@@ -102,6 +102,8 @@ 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; }