chromium/third_party/blink/web_tests/fast/frames/resources/cross-site-this-helper.html

<script>
var eff = parent.foo;
// The 'this' object implicitly provided to 'foo' should be the parent window's global object.
eff(this);
</script>