18ac246bba4f4261daff6cb1d43f2a1ed3ff76b4
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / print-plain / ie-hacks.csst
1 --TEST--
2 IE Hacks Issue/5
3 --SETTINGS--
4 discard_invalid_properties = 0
5 --CSS--
6 fakeList a {
7 width: 100%;
8 display: block;
9 height: 30px;
10 padding-top: 2px;
11 -padding-top: 0;
12 line-height:18px;
13 *line-height:17;
14 /line-height:none;
15 // background-image: url(images/cellpic3.gif); /* should be ignored */
16 _background-image: url(/ttt/gf.gif);
17 }
18 --PRINT--
19 fakeList a {
20 width:100%;
21 display:block;
22 height:30px;
23 padding-top:2px;
24 -padding-top:0;
25 line-height:18px;
26 *line-height:17;
27 /line-height:none;
28 _background-image:url(/ttt/gf.gif)
29 }
30 --SETTINGS--