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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 This page has one cross-site iframe with permission to enter fullscreen.
5 <iframe id="child-0" src="/cross-site/b.com/title1.html" allowFullscreen></ifr ame>
6 </body>
7 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698