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

Unified Diff: LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials-expected.txt

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/loading/basic-auth-resend-wrong-credentials-expected.txt
diff --git a/LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials-expected.txt b/LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials-expected.txt
deleted file mode 100644
index 868c4c37671ba5a85a6466dfcb33dc8c0ce6e30f..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-main frame - didStartProvisionalLoadForFrame
-main frame - didCommitLoadForFrame
-frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
-main frame - didFinishDocumentLoadForFrame
-<unknown> - didReceiveAuthenticationChallenge - Responding with wrongusername:wrongpassword
-frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
-frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
-main frame - didHandleOnloadEventsForFrame
-frame "<!--framePath //<!--frame1-->-->" - didStartProvisionalLoadForFrame
-frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame
-frame "<!--framePath //<!--frame0-->-->" - didFinishLoadForFrame
-<unknown> - didReceiveAuthenticationChallenge - Responding with correctusername:correctpassword
-frame "<!--framePath //<!--frame1-->-->" - didCommitLoadForFrame
-frame "<!--framePath //<!--frame1-->-->" - didFinishDocumentLoadForFrame
-frame "<!--framePath //<!--frame1-->-->" - didHandleOnloadEventsForFrame
-frame "<!--framePath //<!--frame1-->-->" - didFinishLoadForFrame
-main frame - didFinishLoadForFrame
-This test makes sure that once WebCore preemptively sends out Basic credentials it thinks apply to a new resource, and that resource response with a 401 challenge, that it doesn't try to send the same wrong credentials a second time.
-
-
---------
-Frame: '<!--framePath //<!--frame0-->-->'
---------
-Authenticated as user: wrongusername password: wrongpassword
-
---------
-Frame: '<!--framePath //<!--frame1-->-->'
---------
-Authenticated as user: correctusername password: correctpassword

Powered by Google App Engine
This is Rietveld 408576698