mithril-vndb/render/tests/manual/index.html
Pierre-Yves Gérardy d6489e3b3f Merge #2075 into next (#2175)
* fix: Access document.activeElement through a function that eats errors for IE (#2075)

* test: inline iframe.js so ospec doesn't try to run it
2018-11-07 18:42:50 -05:00

9 lines
259 B
HTML

<html>
<body>
Various parent website content.
There should be a clickable button below, which is inside an iframe containing a mithril app:
<div>
<iframe src="./iframe.html"></iframe>
</div>
</body>
</html>