<html>
<script>
function onLoad() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload="onLoad()">
This page calls testRunner.notifyDone().
</body>
</html>
<html>
<script>
function onLoad() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload="onLoad()">
This page calls testRunner.notifyDone().
</body>
</html>