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

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: Rebase Created 5 years, 11 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
(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
« content/browser/site_per_process_browsertest.cc ('K') | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698