mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 11:48:19 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D62125 --HG-- extra : moz-landing-system : lando
11 lines
174 B
HTML
11 lines
174 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script>
|
|
onmessage = function(e) {
|
|
parent.postMessage(e.data, "*");
|
|
};
|
|
</script>
|
|
<iframe src="embedder2.html"></iframe>
|
|
</body>
|
|
</html>
|