| <!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> |