Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / resources / cross-frame-iframe-for-get-override-test.html
1 <html>
2 <head>
3     <script>
4
5         window.focus = function() { return "new focus"; }
6         window.__proto__.blur = function() { return "new blur"; }
7         window.history.close = "new close";
8
9         window.onload = function()
10         {
11             window.parent.postMessage('ready', '*');
12         }
13     </script>
14 </head>
15 <body>
16 </body>
17 </html>