aboutsummaryrefslogtreecommitdiff
path: root/tests/safe_mode/inline-html-comments.html
blob: 0f1e41780e6f9dfba836274c7146c894a17abf2a (plain)
1
2
3
4
5
6
7
8
<p>Paragraph one.</p>
<p>&lt;!-- This is a simple comment --&gt;</p>
<p>&lt;!--
    This is another comment.
--&gt;</p>
<p>Paragraph two.</p>
<p>&lt;!-- one comment block -- -- with two comments --&gt;</p>
<p>The end.</p>