Sign in
webkit
/
WebKit
/
c6a7a2f378a60ecad2c606428f6fc0921528b1a6
/
.
/
LayoutTests
/
fast
/
frames
/
resources
/
cross-site-this-helper.html
blob: bb7e2815ea886234466f35668cadb7c9722ed0df [
file
] [
log
] [
blame
]
<script>
var
eff
=
parent
.
foo
;
// The 'this' object implicitly provided to 'foo' should be the parent window's global object.
eff
(
this
);
</script>