| main frame - didStartProvisionalLoadForFrame |
| main frame - didCommitLoadForFrame |
| main frame - didFinishDocumentLoadForFrame |
| main frame - didHandleOnloadEventsForFrame |
| main frame - didFinishLoadForFrame |
| frame "<!--frame1-->" - didStartProvisionalLoadForFrame |
| 127.0.0.1:8000 - didReceiveAuthenticationChallenge - ProtectionSpaceAuthenticationSchemeHTTPBasic - Responding with wrongusername:wrongpassword |
| frame "<!--frame1-->" - didCommitLoadForFrame |
| frame "<!--frame1-->" - didFinishDocumentLoadForFrame |
| frame "<!--frame1-->" - didHandleOnloadEventsForFrame |
| frame "<!--frame1-->" - didFinishLoadForFrame |
| frame "<!--frame2-->" - didStartProvisionalLoadForFrame |
| 127.0.0.1:8000 - didReceiveAuthenticationChallenge - ProtectionSpaceAuthenticationSchemeHTTPBasic - Responding with correctusername:correctpassword |
| frame "<!--frame2-->" - didCommitLoadForFrame |
| frame "<!--frame2-->" - didFinishDocumentLoadForFrame |
| frame "<!--frame2-->" - didHandleOnloadEventsForFrame |
| frame "<!--frame2-->" - 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: '<!--frame1-->' |
| -------- |
| Authenticated as user: wrongusername password: wrongpassword |
| |
| -------- |
| Frame: '<!--frame2-->' |
| -------- |
| Authenticated as user: correctusername password: correctpassword |