Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / resources / cross-site-this-helper.html
blobbb7e2815ea886234466f35668cadb7c9722ed0df
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>