blob: 2ce6b029638197fd934172540cce2fedcefec1e5 [file] [log] [blame]
<html>
<body>
<p>Tests for XMLHttpRequest authentication with only username or password set
<script>
if (window.testRunner) {
if (window.testRunner.setHandlesAuthenticationChallenges && window.testRunner.setAuthenticationPassword) {
testRunner.setHandlesAuthenticationChallenges(true);
testRunner.setAuthenticationPassword("password");
}
testRunner.dumpAsText();
testRunner.queueLoad("http://:password@localhost:8000/xmlhttprequest/resources/basic-auth-nouserpass/basic-auth-nouserpass.py");
}
</script>
</body>
</html>