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