Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fullscreen / resources / full-screen-iframe-allowed-nested2.html
1 <!DOCTYPE html>
2 <body onload='parent.postMessage("onload", "*");'>
3     iframe2<br>
4     Manual test: click here.
5     <script src="../full-screen-test.js"></script>
6     <script>
7         window.onclick = function() {
8             document.body.webkitRequestFullScreen();
9         };
10         waitForEvent(document, 'webkitfullscreenchange', function() {
11             parent.postMessage("SUCCEED - entered full screen!", "*");
12         });
13     </script>
14 </body>