blob: 164a00f6ac2230aa2cd381f930eeb15a5abb173c [file] [log] [blame]
<script>
document.write(document.location);
document.write(" loaded with HTTP authentication username '<? echo $_SERVER["PHP_AUTH_USER"] ?>' and password '<? echo $_SERVER["PHP_AUTH_PW"] ?>'");
if (window.testRunner)
window.testRunner.notifyDone();
</script>