summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html
blob: aabc5015a963f65d1de8e6e9f8c2742639958dac (plain)
1
2
3
4
5
6
<!doctype html>
<head>
<script>
navigation.onnavigatesuccess = () => top.postMessage("navigatesuccess received");
</script>
</head>