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..d8ab64c3e26b0d485f5c64d43032fb3959b72960 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=true></iframe> |
|
Charlie Reis
2016/05/12 22:59:23
This is kind of unrelated to most of the tests tha
alexmos
2016/05/13 07:21:03
Ah, this is actually first introduced in my test i
Charlie Reis
2016/05/13 20:12:14
Yep, thanks.
|
| </body> |
| </html> |