blob: 9a21f704e834a9ca79fbae4c33db99285cc4796c [file] [log] [blame]
<html>
<head>
<script>
function setTitle() {
document.title = 'foo';
}
</script>
</head>
<body onload="setTitle();">
<div id='bar'>a div</div>
</body>
</html>