Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / resources / cross-frame-iframe-for-get-override-test.html
blob1fac1354c2a579864233732ac9a24269556fb9ba
1 <html>
2 <head>
3 <script>
5 window.focus = function() { return "new focus"; }
6 window.__proto__.blur = function() { return "new blur"; }
7 window.history.close = "new close";
9 window.onload = function()
11 window.parent.postMessage('ready', '*');
13 </script>
14 </head>
15 <body>
16 </body>
17 </html>