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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt

Issue 2750433002: Do not treat substitute-data resources as having successful HTTP status codes. (Closed)
Patch Set: Created 3 years, 9 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
OLDNEW
1 http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-multiple- headers-conflict.cgi - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/s ecurity/XFrameOptions/resources/x-frame-options-multiple-headers-conflict.cgi, m ain document URL http://127.0.0.1:8000/security/XFrameOptions/x-frame-options-mu ltiple-headers-conflict.html, http method GET> 1 http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-multiple- headers-conflict.cgi - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/s ecurity/XFrameOptions/resources/x-frame-options-multiple-headers-conflict.cgi, m ain document URL http://127.0.0.1:8000/security/XFrameOptions/x-frame-options-mu ltiple-headers-conflict.html, http method GET>
2 CONSOLE ERROR: Refused to display 'http://127.0.0.1:8000/security/XFrameOptions/ resources/x-frame-options-multiple-headers-conflict.cgi' in a frame because it s et multiple 'X-Frame-Options' headers with conflicting values ('ALLOWALL, DENY') . Falling back to 'deny'. 2 CONSOLE ERROR: Refused to display 'http://127.0.0.1:8000/security/XFrameOptions/ resources/x-frame-options-multiple-headers-conflict.cgi' in a frame because it s et multiple 'X-Frame-Options' headers with conflicting values ('ALLOWALL, DENY') . Falling back to 'deny'.
3 data:, - willSendRequest <NSURLRequest URL data:,, main document URL http://127. 0.0.1:8000/security/XFrameOptions/x-frame-options-multiple-headers-conflict.html , http method GET> 3 data:, - willSendRequest <NSURLRequest URL data:,, main document URL http://127. 0.0.1:8000/security/XFrameOptions/x-frame-options-multiple-headers-conflict.html , http method GET>
4 data:, - didReceiveResponse <NSURLResponse data:,, http status code 200> 4 data:, - didReceiveResponse <NSURLResponse data:,, http status code 0>
5 The frame below should not load, and a console message should be generated that notes the invalid header. 5 The frame below should not load, and a console message should be generated that notes the invalid header.
6 6
7 7
8 8
9 -------- 9 --------
10 Frame: '<!--framePath //<!--frame0-->-->' 10 Frame: '<!--framePath //<!--frame0-->-->'
11 -------- 11 --------
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698