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

Side by Side Diff: LayoutTests/fullscreen/resources/not-allowed.html

Issue 356303004: Disallow fullscreen from within <frame>, even with allowfullscreen (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=58638">bug 58638</a >: 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=58638">bug 58638</a >:
2 Do not allow fullscreen from within a &lt;frame&gt; element, even with the <i>we bkitallowfullscreen</i> attribute set.</p> 2 Do not allow fullscreen from within a &lt;frame&gt; element, even with the <i>al lowfullscreen</i> attribute set.</p>
3 <p>To test manually, click the "Go full screen" button - the page should not ent er full screen mode.</p> 3 <p>To test manually, click the "Go full screen" button - the page should not ent er full screen mode.</p>
4 <div id="console"></div> 4 <div id="console"></div>
5 <script> 5 <script>
6 top.console = document.getElementById('console'); 6 top.console = document.getElementById('console');
7 </script> 7 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fullscreen/full-screen-frameset-expected.txt ('k') | Source/core/dom/FullscreenElementStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698