4 <!--
</title> --
>
5 This text should not be part of the title.
9 testRunner
.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>
20 // FIXME: This is only needed because of our flaky whitespace textnode handling.
21 // Once we make our whitespace text node handling deterministic, we can remove this
22 // and rebaseline the test.
23 document
.body
.offsetHeight
;