Chromium Code Reviews| 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..6ffcc05c064d0456b4a5c8ff670a1ff8896fa103 100644 |
| --- a/content/test/data/allowed_frames.html |
| +++ b/content/test/data/allowed_frames.html |
| @@ -2,10 +2,10 @@ |
| <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> |
|
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
|
| + <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> |