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

Side by Side Diff: content/test/data/sandboxed_frames.html

Issue 797813006: Replicate sandbox flags for OOPIF (Chromium part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iframe-sandbox-flags-part1
Patch Set: Fix issue in previous rebase Created 5 years, 10 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | mojo/services/html_viewer/html_document.h » ('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 <html>
2 <title>sandboxed_frames</title>
3 <head></head>
4 <body>
5 <iframe id="child-1" sandbox></iframe>
6 <iframe id="child-2" sandbox="allow-scripts"></iframe>
7 <iframe id="child-3" sandbox="allow-scripts allow-same-origin" src="frame_tr ee/1-3.html"></iframe>
8 </body>
9 </html>
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | mojo/services/html_viewer/html_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698