Sign in
webkit
/
WebKit
/
db429512421596470240ded3a71f70ee20552ab3
/
.
/
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>