blob: 29d21768f8d1bc4284d10ed255536d2e338fd0b4 [file]
<!DOCTYPE html>
<html>
<head>
<title>Comments Test</title>
</head>
<body>
<!-- This is a comment that should be stripped -->
<p>Visible content</p>
<!-- Another comment
spanning multiple lines -->
<div>More content</div>
<!--[if IE]>
<p>IE specific content</p>
<![endif]-->
</body>
</html>