summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/reftest/bug482921-2.xhtml
blob: 4d3f0b6a73c1edec46783b215fa5c361f79db12e (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
25
<?xml version="1.0" encoding="utf-8"?>
<?foo bar?>
<html>
<head>
<title>Title</title>
<script>
var s = "<script>foo</script>";
<!--
var s = "<script>foo</script>";
-->
</script>
<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>