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

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

Issue 19095003: Throw 'SecurityError' upon cross-origin Location access. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline. Created 7 years, 5 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
1 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-parent-sa me-origin-allow.cgi - willSendRequest <NSURLRequest URL http://localhost:8000/se curity/XFrameOptions/resources/x-frame-options-parent-same-origin-allow.cgi, mai n document URL http://127.0.0.1:8000/security/XFrameOptions/x-frame-options-pare nt-same-origin-deny.html, http method GET> redirectResponse (null) 1 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-parent-sa me-origin-allow.cgi - willSendRequest <NSURLRequest URL http://localhost:8000/se curity/XFrameOptions/resources/x-frame-options-parent-same-origin-allow.cgi, mai n document URL http://127.0.0.1:8000/security/XFrameOptions/x-frame-options-pare nt-same-origin-deny.html, http method GET> redirectResponse (null)
2 CONSOLE MESSAGE: Refused to display 'http://localhost:8000/security/XFrameOption s/resources/x-frame-options-parent-same-origin-allow.cgi' in a frame because it set 'X-Frame-Options' to 'sameorigin'. 2 CONSOLE MESSAGE: Refused to display 'http://localhost:8000/security/XFrameOption s/resources/x-frame-options-parent-same-origin-allow.cgi' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
3 CONSOLE MESSAGE: Sandbox access violation: Blocked a frame at "http://127.0.0.1: 8000" from accessing a frame at "null". The frame being accessed is sandboxed a nd lacks the "allow-same-origin" flag. 3 CONSOLE MESSAGE: Sandbox access violation: Blocked a frame at "http://127.0.0.1: 8000" from accessing a frame at "null". The frame being accessed is sandboxed a nd lacks the "allow-same-origin" flag.
4 CONSOLE MESSAGE: line 13: PASS: Could not read contentWindow.location.href 4 CONSOLE MESSAGE: line 14: PASS: Access to contentWindow.location.href threw an e xception.
5 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-parent-sa me-origin-allow.cgi - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code -999, failing URL "http://localhost:8000/security/XFrameOptions/resources/ x-frame-options-parent-same-origin-allow.cgi"> 5 http://localhost:8000/security/XFrameOptions/resources/x-frame-options-parent-sa me-origin-allow.cgi - didFailLoadingWithError: <NSError domain NSURLErrorDomain, code -999, failing URL "http://localhost:8000/security/XFrameOptions/resources/ x-frame-options-parent-same-origin-allow.cgi">
6 There should be no content in the iframe below 6 There should be no content in the iframe below
7 7
8 8
9 9
10 -------- 10 --------
11 Frame: '<!--framePath //<!--frame0-->-->' 11 Frame: '<!--framePath //<!--frame0-->-->'
12 -------- 12 --------
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698