blob: 7a85076562306189ae7ef62679e6b8c869f9366f [file] [log] [blame]
<script>
var func = window.parent.testFunction;
document.domain = document.domain; // after this window.parent properties are inaccessible
func(); // yet this should still work
</script>