Add tests in iframe, fix loading in iframes

This commit is contained in:
Pieter Vander Vennet 2021-02-21 01:57:50 +01:00
parent 8bb9f0768c
commit 2572e99b95
3 changed files with 4 additions and 17 deletions

View file

@ -18,5 +18,7 @@
<div id="maindiv">'maindiv' not attached</div>
<div id="extradiv">'extradiv' not attached</div>
<script src="./test.ts"></script>
<iframe src="http://127.0.0.1:1234/index.html" height="500px" width="600px"></iframe>
<iframe src="http://127.0.0.1:1234/index.html?layout=bookcases&fs-userbadge=false&fs-search=false&fs-welcome-message=false&fs-layers=false&fs-geolocation=false" height="500px" width="600px"></iframe>
</body>
</html>