summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/reftest/bug482921-1.html
blob: ca603844f24e5ec43ecbb271fe47cf59febef502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<script>
var lt = "<";
<!--
var s = "<script>foo</script>";
-->
</script><!-- Comment. -->
<style>
/* </foo> */
</style>
</head>
<body>
<p>Entity: &amp; </p>
<iframe><img></iframe>
<noscript><p>Not para</p></noscript>
<svg>
<title><![CDATA[bar]]></title>
<script><!-- this is a comment --></script>
</svg>
</body>
</html>