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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/sandboxed_frames.html
diff --git a/content/test/data/sandboxed_frames.html b/content/test/data/sandboxed_frames.html
new file mode 100644
index 0000000000000000000000000000000000000000..d2a54fc29a7f16f9fb83429ab130a3ad8a05a5ce
--- /dev/null
+++ b/content/test/data/sandboxed_frames.html
@@ -0,0 +1,9 @@
+<html>
+<title>sandboxed_frames</title>
+<head></head>
+ <body>
+ <iframe id="child-1" sandbox></iframe>
+ <iframe id="child-2" sandbox="allow-scripts"></iframe>
+ <iframe id="child-3" sandbox="allow-scripts allow-same-origin" src="frame_tree/1-3.html"></iframe>
+ </body>
+</html>
« 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