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

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

Issue 1617043002: Introduce AncestorThrottle, which will process 'X-Frame-Options' headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@block-response
Patch Set: DCHECK. Created 4 years, 7 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> redirectResponse (null) 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> redirectResponse (null)
2 CONSOLE ERROR: Multiple 'X-Frame-Options' headers with conflicting values ('ALLO WALL, DENY') encountered when loading 'http://127.0.0.1:8000/security/XFrameOpti ons/resources/x-frame-options-multiple-headers-conflict.cgi'. Falling back to 'D ENY'. 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 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 'X-Frame-Options' to 'ALLOWALL, DENY'.
4 http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-multiple- headers-conflict.cgi - didReceiveResponse <NSURLResponse http://127.0.0.1:8000/s ecurity/XFrameOptions/resources/x-frame-options-multiple-headers-conflict.cgi, h ttp status code 200>
5 http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-multiple- headers-conflict.cgi - didFinishLoading 3 http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-multiple- headers-conflict.cgi - didFinishLoading
4 data:text/html,chromewebdata - willSendRequest <NSURLRequest URL data:text/html, chromewebdata, main document URL http://127.0.0.1:8000/security/XFrameOptions/x- frame-options-multiple-headers-conflict.html, http method GET> redirectResponse (null)
5 data:text/html,chromewebdata - didReceiveResponse <NSURLResponse data:text/html, chromewebdata, http status code 200>
6 data:text/html,chromewebdata - didFinishLoading
6 The frame below should not load, and a console message should be generated that notes the invalid header. 7 The frame below should not load, and a console message should be generated that notes the invalid header.
7 8
8 9
9 10
10 -------- 11 --------
11 Frame: '<!--framePath //<!--frame0-->-->' 12 Frame: '<!--framePath //<!--frame0-->-->'
12 -------- 13 --------
13 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698