aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorCorey Frang <gnarf@gnarf.net>2011-07-13 22:54:25 -0500
committerCorey Frang <gnarf@gnarf.net>2011-07-13 22:54:25 -0500
commit5b0c3060f0f55d39d2251d4f79be58570c5ba029 (patch)
tree108c6002f6124227c916be85def0d3adef95de12 /test/data
parentd1c4f0e0d19da3478640bdff64a4c419683553a8 (diff)
downloadjquery-5b0c3060f0f55d39d2251d4f79be58570c5ba029.tar.gz
jquery-5b0c3060f0f55d39d2251d4f79be58570c5ba029.zip
Unit test for #6652
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testsuite.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index 295740f5c..8c88a9334 100644
--- a/test/data/testsuite.css
+++ b/test/data/testsuite.css
@@ -121,3 +121,5 @@ dfn { display: none; }
/* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */
body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif) no-repeat -1000px 0; }
+/* #6652 REMOVE FILTER:ALPHA(OPACITY=100) AFTER ANIMATION */
+#t6652 div { filter: alpha(opacity=50); }