Chromium Code Reviews| Index: content/test/data/frame_tree/page_with_one_frame.html |
| diff --git a/content/test/data/frame_tree/page_with_one_frame.html b/content/test/data/frame_tree/page_with_one_frame.html |
| index dd60d5db2ac4b4431ee8b8c33b4c17dbc3a52a10..0d104d134e8cb91640aaccc4d4c277f31fe55d15 100644 |
| --- a/content/test/data/frame_tree/page_with_one_frame.html |
| +++ b/content/test/data/frame_tree/page_with_one_frame.html |
| @@ -13,6 +13,6 @@ |
| </head> |
| <body> |
| This page has one cross-site iframe. |
| - <iframe id="child0" src="/cross-site/baz.com/title1.html"></iframe> |
| + <iframe id="child0" src="/cross-site/baz.com/title1.html" allowFullscreen></iframe> |
|
Charlie Reis
2016/05/13 21:18:42
As mentioned on the other CL, we might want a full
alexmos
2016/05/14 01:12:37
Done.
|
| </body> |
| </html> |