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

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

Issue 2378643002: Propagating csp attribute changes on frameOwnerPropertiesChanged() (Closed)
Patch Set: Separating the test, string16 to string, adding comments Created 4 years, 3 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
Index: content/test/data/frame_owner_properties_csp.html
diff --git a/content/test/data/frame_owner_properties_margin.html b/content/test/data/frame_owner_properties_csp.html
similarity index 84%
copy from content/test/data/frame_owner_properties_margin.html
copy to content/test/data/frame_owner_properties_csp.html
index f881ba54a230cc3f9c7987ab3aff20153263fa75..ce3ab6095d62f728642be77486beb96818175106 100644
--- a/content/test/data/frame_owner_properties_margin.html
+++ b/content/test/data/frame_owner_properties_csp.html
@@ -4,6 +4,7 @@
<iframe id="child-1"
marginwidth="10"
marginheight="50"
+ csp="object-src 'none'"
src="/cross-site/b.com/title1.html"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698