blob: ab01ee228fb5c71e8e8ace65539ef14472dd2eee [file] [log] [blame]
<?php
header("Content-Type: TEXT/HTML");
?>
<html>
<script>
if (window.testRunner)
testRunner.notifyDone();
</script>
<body>
If this text is shown, that means the new document was successfully loaded.
</body>
</html>