diff options
Diffstat (limited to 'test/data/testsuite.css')
-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; |