diff options
author | jeresig <jeresig@gmail.com> | 2011-04-12 00:35:51 -0400 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2011-04-12 00:35:51 -0400 |
commit | 430d9e0b066512f00ceb7573249b45747d7792ff (patch) | |
tree | 14901b041b69dfee6bdc4ef3319ed885c02e5737 /test/data | |
parent | 7bfb6a7dd315f0eda3e5227f7d41e38f66f46549 (diff) | |
parent | 581fa824200448361be534680a920d8144476aa7 (diff) | |
download | jquery-430d9e0b066512f00ceb7573249b45747d7792ff.tar.gz jquery-430d9e0b066512f00ceb7573249b45747d7792ff.zip |
Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_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 7df76834a..d029b8716 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; |