mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D9367 --HG-- extra : moz-landing-system : lando
13 lines
280 B
HTML
13 lines
280 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
addEventListener('load', function() {
|
|
opener.postMessage("load", "*");
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
This file posts a message containing "load" to opener on load completion.
|
|
</body>
|
|
</html>
|