blob: d30ca76d73803ea0cbd0eb11def35e4af668890d [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<title>Test Title 1</title>
</head>
<body>
This test sees if the history delegate is notified of title changes.
</body>
<script>
document.title = "Test Title 2";
</script>
</html>