4 <!--
</title> --
>
5 This text should not be part of the title.
8 if (window
.layoutTestController
)
9 layoutTestController
.dumpAsText();
11 window
.onload = function () {
12 document
.getElementById('console').appendChild(document
.createTextNode(document
.title
));
17 <div>The title of this document is:
</div>
18 <div id=
"console"></div>