<html>
<head>
<script>
function test()
{
window.focus();
testRunner.queueReload();
}
</script>
</head>
<body onload="test()">
Test
</body>
</html>