chromium/third_party/blink/web_tests/http/tests/devtools/elements/resources/node-xpath.xhtml

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