Upstream version 10.38.217.0
[platform/framework/web/crosswalk.git] / src / xwalk / test / android / data / fullscreen_togged.html
1 <html>
2 <head>
3 <script>
4 function launchFullscreen(element) {
5   element.webkitRequestFullscreen();
6 }
7 </script>
8 </head>
9 <body>
10   <button id="fullscreen_toggled" onclick="launchFullscreen(document.documentElement);">Launch Fullscreen</button>
11 </body>
12 </html>