repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
frames
/
resources
/
cross-site-this-helper.html
blob
bb7e2815ea886234466f35668cadb7c9722ed0df
1
<script>
2
var
eff
=
parent
.
foo
;
3
// The 'this' object implicitly provided to 'foo' should be the parent window's global object.
4
eff
(
this
);
5
</script>
6