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

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

Issue 2775393003: Fix crash in frame owner property replication. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « content/common/frame_owner_properties.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 </head> 3 </head>
4 <body> 4 <body>
5 <iframe name="frame0" id="child-0"></iframe> 5 <iframe id="child-0"></iframe>
6 <iframe name="frame1" id="child-1" allow></iframe> 6 <iframe id="child-1" allow></iframe>
7 <iframe name="frame2" id="child-2" allow="fullscreen vibrate" src="/cross-site /bar.com/title1.html"></iframe> 7 <iframe id="child-2" allow="fullscreen vibrate" src="/cross-site/bar.com/title 1.html"></iframe>
8 <iframe name="frame3" id="child-3" allow="fullscreen vibrate" src="title1.html "></iframe> 8 <iframe id="child-3" allow="fullscreen vibrate" src="title1.html"></iframe>
nasko 2017/03/27 21:23:22 Why are the names removed?
alexmos 2017/03/28 00:50:18 I'm guessing this is because in InitRenderFramePro
9 </body> 9 </body>
10 </html> 10 </html>
11 11
OLDNEW
« 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