Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / resources / cross-frame-history-prototype-iframe.html
1 <script>
2 parent.history;
3 Object.prototype.fail = "fail";
4 parent.postMessage("done", "*");
5 </script>