Skip to content

Commit

Permalink
one more test about IE hacks and issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerdic committed Nov 14, 2010
1 parent 2cc3277 commit 8d62bb7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions testing/unit-tests/csst/special/ie-hacks.csst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
--TEST--
IE Hacks Issue/5
--CSS--
fakeList a {
width: 100%;
display: block;
height: 30px;
padding-top: 2px;
-padding-top: 0;
line-height:18px;
*line-height:17;
/line-height:none;
_background-image: url(/ttt/gf.gif);
}
--EXPECT--
array (
'fakeList a' =>
array (
'width' => '100%',
'display' => 'block',
'height' => '30px',
'padding-top' => '2px',
'-padding-top' => '0',
'line-height' => '18px',
'*line-height' => '17',
'/line-height' => 'none',
'_background-image' => 'url(/ttt/gf.gif)',
),
)

0 comments on commit 8d62bb7

Please sign in to comment.