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