Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: LayoutTests/http/tests/xmlhttprequest/basic-auth-nouser.html

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698