| OLD | NEW |
| 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 <frame> element, even with the <i>we
bkitallowfullscreen</i> attribute set.</p> | 2 Do not allow fullscreen from within a <frame> 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> |
| OLD | NEW |