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

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

Issue 2331223002: Added allowvr attribute to iframes and vrEnabled to Document (Closed)
Patch Set: Rebase and moved vrEnabled from navigator to document Created 4 years, 3 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 This page has one cross-site iframe with permission to enter fullscreen. 4 This page has one cross-site iframe with permission to enter VR.
5 <iframe id="child-0" src="/cross-site/b.com/title1.html" allowFullscreen></ifr ame> 5 <iframe id="child-0" src="/cross-site/b.com/title1.html" allowvr></iframe>
6 </body> 6 </body>
7 </html> 7 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698