--TEST-- IE Hacks Issue/5 --SETTINGS-- discard_invalid_properties = 0 --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(images/cellpic3.gif); /* should be ignored in print version*/ _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(images/cellpic3.gif)', '_background-image' => 'url(/ttt/gf.gif)', ), )