Some tests.

This commit is contained in:
Håvar Aambø Fosstveit
2019-10-24 09:26:34 +02:00
parent bf754d4797
commit 263cdb7430
3 changed files with 26 additions and 15 deletions
-14
View File
@@ -1,14 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Multiparty Meeting</title>
</head>
<body>
<script type='text/javascript'>
window.opener.receiveFromChildWindow('Data from child window!');
window.close();
</script>
</body>
</html>