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

Unified Diff: content/test/data/frame_owner_properties_csp.html

Issue 2378643002: Propagating csp attribute changes on frameOwnerPropertiesChanged() (Closed)
Patch Set: rebasing on master Created 4 years, 2 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/common/frame_owner_properties.cc ('k') | third_party/WebKit/Source/core/frame/FrameOwner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/frame_owner_properties_csp.html
diff --git a/content/test/data/frame_owner_properties_csp.html b/content/test/data/frame_owner_properties_csp.html
new file mode 100644
index 0000000000000000000000000000000000000000..f726bc6d23015a1f8f63ff8727ed0a913be654f0
--- /dev/null
+++ b/content/test/data/frame_owner_properties_csp.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <iframe id="child-1"
+ csp="object-src 'none'"
+ src="/cross-site/b.com/title1.html">
+ </iframe>
+</body>
+</html>
« no previous file with comments | « content/common/frame_owner_properties.cc ('k') | third_party/WebKit/Source/core/frame/FrameOwner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698