Adding unit tests for #8403

This commit is contained in:
louisremi 2011-03-07 14:43:08 +01:00
parent 025f2c63e4
commit c6b891fb1c
2 changed files with 3 additions and 2 deletions

View file

@ -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;