| Index: LayoutTests/http/tests/xmlhttprequest/basic-auth-nouser.html
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/basic-auth-nouser.html b/LayoutTests/http/tests/xmlhttprequest/basic-auth-nouser.html
|
| deleted file mode 100644
|
| index 285de1913ac698fb8fcd25ec7842f33020341635..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/xmlhttprequest/basic-auth-nouser.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<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.php");
|
| - }
|
| -
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|