Lines Matching refs:endif
336 html = ('<!--[if IE & !(lte IE 8)]>aren\'t<![endif]-->'
337 '<!--[if IE 8]>condcoms<![endif]-->'
338 '<!--[if lte IE 7]>pretty?<![endif]-->')
339 expected = [('comment', "[if IE & !(lte IE 8)]>aren't<![endif]"),
340 ('comment', '[if IE 8]>condcoms<![endif]'),
341 ('comment', '[if lte IE 7]>pretty?<![endif]')]
558 html = ('<![if !(IE)]>broken condcom<![endif]>'
559 '<![if ! IE]><link href="favicon.tiff"/><![endif]>'
560 '<![if !IE 6]><img src="firefox.png" /><![endif]>'
561 '<![if !ie 6]><b>foo</b><![endif]>'
562 '<![if (!IE)|(lt IE 9)]><img src="mammoth.bmp" /><![endif]>')
571 ('unknown decl', 'endif'),
574 ('unknown decl', 'endif'),
577 ('unknown decl', 'endif'),
582 ('unknown decl', 'endif'),
585 ('unknown decl', 'endif')