blob: 6a7be313ec8c4860963ec11f921acefbcb25bc1d [file] [log] [blame]
<!-- Pre-comment -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
// Comment
//<![CDATA[
function f()
{
document.write("<");
}
//]]>
</script>
</head>
<body>
<div id="id1" class="foo"></div>
<div id="id2" class="foo"></div>
<div id="container">
<div id="id3" class="foo">3 Prefix <![CDATA[<greeting>Hello, world!</greeting>]]> Suffix</div>
<div id="id4" class="foo">4</div>
<div id="id5" class="foo">5</div>
<div id="id6" class="foo">6</div>
</div>
</body>
</html>
<!-- Post-comment -->