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

Unified Diff: content/test/data/page_with_allowfullscreen_frame.html

Issue 1938753002: OOPIF: Replicate allowFullscreen flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | third_party/WebKit/Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/page_with_allowfullscreen_frame.html
diff --git a/content/test/data/page_with_allowfullscreen_frame.html b/content/test/data/page_with_allowfullscreen_frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..a84997b888e57836de5b1b28969b337dbded39fd
--- /dev/null
+++ b/content/test/data/page_with_allowfullscreen_frame.html
@@ -0,0 +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>
+</body>
+</html>
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | third_party/WebKit/Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698