blob: 93a85d2b9a21747708a1bdf508e288ed0859fcf4 [file] [log] [blame]
<html>
<head>
<script>
function runTests() {
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpTitleChanges();
}
document.title = 'New non-empty title';
document.title = '';
}
</script>
</head>
<body onload='runTests();'>
</body>
</html>