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

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

Issue 2378643002: Propagating csp attribute changes on frameOwnerPropertiesChanged() (Closed)
Patch Set: Separating CSP test, addressing co commnets 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_margin.html
diff --git a/content/test/data/frame_owner_properties_margin.html b/content/test/data/frame_owner_properties_margin.html
deleted file mode 100644
index f881ba54a230cc3f9c7987ab3aff20153263fa75..0000000000000000000000000000000000000000
--- a/content/test/data/frame_owner_properties_margin.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
Mike West 2016/09/29 11:50:14 If you move this file, doesn't the existing test s
amalika 2016/09/29 12:56:46 Oops! I meant for both tests to use frame_owner_pr
-<html>
-<body>
- <iframe id="child-1"
- marginwidth="10"
- marginheight="50"
- src="/cross-site/b.com/title1.html"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698