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