swc/crates/swc_html_minifier/tests/fixture/comment/conditional-comment-disabled/output.min.html

13 lines
783 B
HTML

<!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><!--[if !IE]>--><link href=non-ie.css rel=stylesheet><!--<![endif]--><!--[if IE]>
<link type="text/css" rel="stylesheet" href="/stylesheets/no-ie.css">
<![endif]--><!--[if IE]><link type="text/css" rel="stylesheet" href="/stylesheets/no-ie.css"><![endif]--><!--[if IE 8]>
<link href="ie8only.css" rel="stylesheet">
<![endif]--><!-- [if IE 8]>
<link href="ie8only.css" rel="stylesheet">
<![endif] --><body>
<div>Test</div>
<!--[if IE]><div>
<input type="text">
</div><![endif]-->