diff options
author | louisremi <louisremi@louisremi-laptop.(none)> | 2011-03-07 14:43:08 +0100 |
---|---|---|
committer | louisremi <louisremi@louisremi-laptop.(none)> | 2011-03-07 14:43:08 +0100 |
commit | c6b891fb1c909a2791ba7a4d745940858bd7b94f (patch) | |
tree | 89e7e954198d94b34061682ccdebc8db7e7db6ed /test/data | |
parent | 025f2c63e487e069215b2a03ded2b98198904af9 (diff) | |
download | jquery-c6b891fb1c909a2791ba7a4d745940858bd7b94f.tar.gz jquery-c6b891fb1c909a2791ba7a4d745940858bd7b94f.zip |
Adding unit tests for #8403
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/testsuite.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index cffaaa46a..029006810 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -1,5 +1,5 @@ /* for testing opacity set in styles in IE */ -ol#empty { opacity: 0; filter:Alpha(opacity=0); } +ol#empty { opacity: 0; filter:Alpha(opacity=0) progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffff0000', EndColorStr='#ffffffff'); } div#fx-tests h4 { background: red; |