* 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
This commit is contained in:
parent
b0030047a7
commit
d6489e3b3f
5 changed files with 396 additions and 341 deletions
9
render/tests/manual/index.html
Normal file
9
render/tests/manual/index.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue