<script>
function finish() {
// Attribute handler fires after other event handlers - we use this to finish the test.
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload='finish()'></body>
<script>
function finish() {
// Attribute handler fires after other event handlers - we use this to finish the test.
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload='finish()'></body>