| Index: content/test/data/page_with_allowvr_frame.html
|
| diff --git a/content/test/data/page_with_allowfullscreen_frame.html b/content/test/data/page_with_allowvr_frame.html
|
| similarity index 53%
|
| copy from content/test/data/page_with_allowfullscreen_frame.html
|
| copy to content/test/data/page_with_allowvr_frame.html
|
| index a84997b888e57836de5b1b28969b337dbded39fd..2a100e669078a2b00ba79fde6d22a97375de14eb 100644
|
| --- a/content/test/data/page_with_allowfullscreen_frame.html
|
| +++ b/content/test/data/page_with_allowvr_frame.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <body>
|
| - This page has one cross-site iframe with permission to enter fullscreen.
|
| - <iframe id="child-0" src="/cross-site/b.com/title1.html" allowFullscreen></iframe>
|
| + This page has one cross-site iframe with permission to enter VR.
|
| + <iframe id="child-0" src="/cross-site/b.com/title1.html" allowvr></iframe>
|
| </body>
|
| </html>
|
|
|