<html>
<head>
<script>
function loaded()
{
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload="loaded();">
You've reached the second page. Congratulations.
</body>
</html>
<html>
<head>
<script>
function loaded()
{
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload="loaded();">
You've reached the second page. Congratulations.
</body>
</html>