swc/crates/swc_html_parser/tests/fixture/hidden-comments/input.html
2022-04-04 04:12:45 +00:00

14 lines
183 B
HTML

<!DOCTYPE html>
<html>
<body>
<!--This is a comment-->
<!-- This is a comment -->
<p>This is a paragraph.</p>
<!-- Comments are not displayed in the browser -->
</body>
</html>