Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / parser / entity-comment-in-title.html
blobeb5fc9355fb5c42469a21baa537e4d3e630f1e09
1 <html>
2 <head>
3 <title>
4 &lt;!-- </title> --&gt;
5 This text should not be part of the title.
6 </title>
7 <script>
8 if (window.layoutTestController)
9 layoutTestController.dumpAsText();
11 window.onload = function () {
12 document.getElementById('console').appendChild(document.createTextNode(document.title));
14 </script>
15 </head>
16 <body>
17 <div>The title of this document is:</div>
18 <div id="console"></div>
19 </body>
20 </html>