swc/crates/swc_html_parser/tests/fixture/ie-conditional-comments/input.html

13 lines
263 B
HTML
Raw Normal View History

2022-04-04 07:12:45 +03:00
<!DOCTYPE html>
<html>
<body>
<!--[if IE 5]>This is IE 5<br><![endif]-->
<!--[if IE 6]>This is IE 6<br><![endif]-->
<!--[if IE 7]>This is IE 7<br><![endif]-->
<!--[if IE 8]>This is IE 8<br><![endif]-->
<!--[if IE 9]>This is IE 9<br><![endif]-->
</body>
</html>