blob: 29f9b8a6abdf56739f5c022c0388b5d20e0f8337 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (parent.count == 0) {
parent.count = 1;
window.location = "server-redirect.php";
}
else if (parent.count == 1) {
if (parent.window.testRunner)
testRunner.notifyDone();
}
</script>