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

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

Issue 2378643002: Propagating csp attribute changes on frameOwnerPropertiesChanged() (Closed)
Patch Set: Separating CSP test, addressing co commnets 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <iframe id="child-1" 4 <iframe id="child-1"
5 marginwidth="10" 5 marginwidth="10"
6 marginheight="50" 6 marginheight="50"
7 csp="object-src 'none'"
Mike West 2016/09/29 11:50:14 If you move this file, doesn't the existing test s
7 src="/cross-site/b.com/title1.html"></iframe> 8 src="/cross-site/b.com/title1.html"></iframe>
8 </body> 9 </body>
9 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698