summaryrefslogtreecommitdiffstats
path: root/toolkit/components/remotebrowserutils/tests/browser/file_postmsg_parent.html
blob: d5f640775b970de67b44c4d9d051fe4c7e4b60b6 (plain)
1
2
3
4
5
<!DOCTYPE html>
<html>
<body onload="parent.postMessage({location: window.location.href}, '*')">
</body>
</html>