<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> |