summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-api/navigation-history-entry/resources/post-key-to-top.html
blob: 285f345dc1fc5ccbfb75b6c513f2b5184d23d9ea (plain)
1
2
3
<script>
top.postMessage(navigation.currentEntry.key, "*");
</script>