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

Side by Side Diff: LayoutTests/http/tests/loading/basic-credentials-sent-automatically-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 first:first-pw
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 second:second-pw
13 frame "<!--framePath //<!--frame1-->-->" - didCommitLoadForFrame
14 frame "<!--framePath //<!--frame1-->-->" - didFinishDocumentLoadForFrame
15 frame "<!--framePath //<!--frame2-->-->" - didStartProvisionalLoadForFrame
16 frame "<!--framePath //<!--frame1-->-->" - didHandleOnloadEventsForFrame
17 frame "<!--framePath //<!--frame1-->-->" - didFinishLoadForFrame
18 frame "<!--framePath //<!--frame2-->-->" - didCommitLoadForFrame
19 frame "<!--framePath //<!--frame2-->-->" - didFinishDocumentLoadForFrame
20 frame "<!--framePath //<!--frame3-->-->" - didStartProvisionalLoadForFrame
21 frame "<!--framePath //<!--frame2-->-->" - didHandleOnloadEventsForFrame
22 frame "<!--framePath //<!--frame2-->-->" - didFinishLoadForFrame
23 frame "<!--framePath //<!--frame3-->-->" - didCommitLoadForFrame
24 frame "<!--framePath //<!--frame3-->-->" - didFinishDocumentLoadForFrame
25 frame "<!--framePath //<!--frame3-->-->" - didHandleOnloadEventsForFrame
26 frame "<!--framePath //<!--frame3-->-->" - didFinishLoadForFrame
27 main frame - didFinishLoadForFrame
28 This test makes sure that once an HTTP Basic Auth. protected path is authenticat ed once, urls that emanate from that path automatically have their credentials s ent without a challenge.
29 The first frame's path is /loading/resources/subresources/protected-resource.php , and we should get a challenge for it.
30 It will be authorized with first/first-pw.
31 The second frame's path is /loading/resources/protected-resource.php, and we sho uld get a challenge for it, because it does not share a common subpath of the pr eviously authorized resource.
32 It will be authorized with second/second-pw.
33 The third frame's path is also /loading/resources/protected-resource.php, and we should *not* get a challenge for it because we authorized to this path for the second frame.
34 It will be authorized with second/second-pw.
35 The fourth frame's path is /loading/resources/othersubresources/protected-resour ce.php, and we should *not* get a challenge for it, because it has a common subp ath with the previously authorized second and third frames.
36 It will be authorized with second/second-pw.
37
38
39 --------
40 Frame: '<!--framePath //<!--frame0-->-->'
41 --------
42 Authenticated as user: first password: first-pw
43
44 --------
45 Frame: '<!--framePath //<!--frame1-->-->'
46 --------
47 Authenticated as user: second password: second-pw
48
49 --------
50 Frame: '<!--framePath //<!--frame2-->-->'
51 --------
52 Authenticated as user: second password: second-pw
53
54 --------
55 Frame: '<!--framePath //<!--frame3-->-->'
56 --------
57 Authenticated as user: second password: second-pw
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698