Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / content / test / data / screen_orientation / detached-iframe.html
1 <!DOCTYPE html>
2 <html>
3 <body onload="test();">
4 <script>
5
6 function test() {
7   parent.iframeLoaded();
8 }
9
10 </script>
11 </body>
12 </html>