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

Unified 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698