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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame
3 frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
4 main frame - didFinishDocumentLoadForFrame
5 <unknown> - didReceiveAuthenticationChallenge - Responding with wrongusername:wr ongpassword
6 frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
7 frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
8 main frame - didHandleOnloadEventsForFrame
9 frame "<!--framePath //<!--frame1-->-->" - didStartProvisionalLoadForFrame
10 frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame
11 frame "<!--framePath //<!--frame0-->-->" - didFinishLoadForFrame
12 <unknown> - didReceiveAuthenticationChallenge - Responding with correctusername: correctpassword
13 frame "<!--framePath //<!--frame1-->-->" - didCommitLoadForFrame
14 frame "<!--framePath //<!--frame1-->-->" - didFinishDocumentLoadForFrame
15 frame "<!--framePath //<!--frame1-->-->" - didHandleOnloadEventsForFrame
16 frame "<!--framePath //<!--frame1-->-->" - didFinishLoadForFrame
17 main frame - didFinishLoadForFrame
18 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 challen ge, that it doesn't try to send the same wrong credentials a second time.
19
20
21 --------
22 Frame: '<!--framePath //<!--frame0-->-->'
23 --------
24 Authenticated as user: wrongusername password: wrongpassword
25
26 --------
27 Frame: '<!--framePath //<!--frame1-->-->'
28 --------
29 Authenticated as user: correctusername password: correctpassword
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698