summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/cross-origin-opener-policy/resources/call-functionCalledByOpenee.html
blob: d0ff0b723e0f31c6ed635db95851769a598ce2a1 (plain)
1
2
3
4
5
<!doctype html>
<meta charset=utf-8>
<script>
window.opener.functionCalledByOpenee();
</script>