blob: 429eb9d85788037c101a738521a47e04135c8b98 [file] [log] [blame]
<html>
<head>
<title>
<!-- </title> -->
This text should be part of the title.
</title>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
window.onload = function () {
document.getElementById('console').appendChild(document.createTextNode(document.title));
}
</script>
</head>
<body>
<div>The title of this document is:</div>
<div id="console"></div>
</body>
</html>