| Index: LayoutTests/http/tests/xmlhttprequest/basic-auth-nopassword.html
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/basic-auth-nopassword.html b/LayoutTests/http/tests/xmlhttprequest/basic-auth-nopassword.html
|
| deleted file mode 100644
|
| index b1f7d25e8547681492885dd4f137c19f9af6a005..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/xmlhttprequest/basic-auth-nopassword.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.setAuthenticationUsername) {
|
| - testRunner.setHandlesAuthenticationChallenges(true);
|
| - testRunner.setAuthenticationUsername("user");
|
| - }
|
| - testRunner.dumpAsText();
|
| - testRunner.queueLoad("http://user:@localhost:8000/xmlhttprequest/resources/basic-auth-nouserpass/basic-auth-nouserpass.php");
|
| - }
|
| -
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|