<html>
<head></head>
<body onload="done()">
If this page appears without a crash, the test has passed.
<script>
function done() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</body></html>
<html>
<head></head>
<body onload="done()">
If this page appears without a crash, the test has passed.
<script>
function done() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</body></html>