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

Side by Side Diff: LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt

Issue 54173002: Allow accessing data URL resource using CORS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 6 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://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta -tag-subframe-parent-same-origin-deny.html - willSendRequest <NSURLRequest URL h ttp://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta- tag-subframe-parent-same-origin-deny.html, main document URL http://127.0.0.1:80 00/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny. html, http method GET> redirectResponse (null) 1 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta -tag-subframe-parent-same-origin-deny.html - willSendRequest <NSURLRequest URL h ttp://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta- tag-subframe-parent-same-origin-deny.html, main document URL http://127.0.0.1:80 00/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny. html, http method GET> redirectResponse (null)
2 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta -tag-subframe-parent-same-origin-deny.html - didReceiveResponse <NSURLResponse h ttp://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta- tag-subframe-parent-same-origin-deny.html, http status code 200> 2 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta -tag-subframe-parent-same-origin-deny.html - didReceiveResponse <NSURLResponse h ttp://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta- tag-subframe-parent-same-origin-deny.html, http status code 200>
3 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta -tag-subframe-parent-same-origin-deny.html - didFinishLoading 3 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-deny-meta -tag-subframe-parent-same-origin-deny.html - didFinishLoading
4 CONSOLE ERROR: Refused to display 'http://localhost:8000/security/XFrameOptions/ resources/x-frame-options-deny-meta-tag-subframe-parent-same-origin-deny.html' i n a frame because it set 'X-Frame-Options' to 'sameorigin'. 4 CONSOLE ERROR: Refused to display 'http://localhost:8000/security/XFrameOptions/ resources/x-frame-options-deny-meta-tag-subframe-parent-same-origin-deny.html' i n a frame because it set 'X-Frame-Options' to 'sameorigin'.
5 data:, - willSendRequest <NSURLRequest URL data:,, main document URL http://127. 0.0.1:8000/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-orig in-deny.html, http method GET> redirectResponse (null) 5 data:, - willSendRequest <NSURLRequest URL data:,, main document URL http://127. 0.0.1:8000/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-orig in-deny.html, http method GET> redirectResponse (null)
6 data:, - didReceiveResponse <NSURLResponse data:,, http status code 0> 6 data:, - didReceiveResponse <NSURLResponse data:,, http status code 200>
7 data:, - didFinishLoading 7 data:, - didFinishLoading
8 CONSOLE MESSAGE: line 14: PASS: Access to contentWindow.location.href threw an e xception. 8 CONSOLE MESSAGE: line 14: PASS: Access to contentWindow.location.href threw an e xception.
9 There should be no content in the iframe below 9 There should be no content in the iframe below
10 10
11 11
12 12
13 -------- 13 --------
14 Frame: '<!--framePath //<!--frame0-->-->' 14 Frame: '<!--framePath //<!--frame0-->-->'
15 -------- 15 --------
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698