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

Side by Side Diff: LayoutTests/http/tests/security/XFrameOptions/resources/x-frame-options-parent-same-origin-ancestor.html

Issue 20822002: 'X-Frame-Options: SAMEORIGIN' should check all ancestor frames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests. 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/XFrameOptions/x-frame-options-ancestors-same-origin-deny.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <p>The inner frame should not render any content, as this frame is cross-origi n.</p>
7 <iframe src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-op tions-parent-same-origin-deny.cgi"></iframe>
8 </body>
9 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/XFrameOptions/x-frame-options-ancestors-same-origin-deny.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698