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

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

Issue 2775393003: Fix crash in frame owner property replication. (Closed)
Patch Set: Add comment to test file Created 3 years, 9 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/allowed_frames.html
diff --git a/content/test/data/allowed_frames.html b/content/test/data/allowed_frames.html
index a9ccb90703134808d61f1ba6f89862d56d8047af..cf0883819cdcca292d4debb01a3dd6b0900e7b0b 100644
--- a/content/test/data/allowed_frames.html
+++ b/content/test/data/allowed_frames.html
@@ -2,10 +2,13 @@
<head>
</head>
<body>
- <iframe name="frame0" id="child-0"></iframe>
- <iframe name="frame1" id="child-1" allow></iframe>
- <iframe name="frame2" id="child-2" allow="fullscreen vibrate" src="/cross-site/bar.com/title1.html"></iframe>
- <iframe name="frame3" id="child-3" allow="fullscreen vibrate" src="title1.html"></iframe>
+ <!-- These frames should not have any other attributes, other than an id and
+ those attributes required for testing feature policy creation and
+ replication. See https://crbug.com/705658 -->
+ <iframe id="child-0"></iframe>
+ <iframe id="child-1" allow></iframe>
+ <iframe id="child-2" allow="fullscreen vibrate" src="/cross-site/bar.com/title1.html"></iframe>
+ <iframe id="child-3" allow="fullscreen vibrate" src="title1.html"></iframe>
</body>
</html>
« no previous file with comments | « content/common/frame_owner_properties.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698