Implement Iframe rendering

This commit is contained in:
Niklas von Hertzen
2017-09-11 22:36:23 +08:00
parent aa47a3a3a6
commit 90a8422938
6 changed files with 247 additions and 139 deletions

View File

@ -5,6 +5,7 @@
<script type="text/javascript" src="../test.js"></script>
</head>
<body>
<iframe src="/tests/assets/iframe/frame1.html" width="500" height="500"></iframe>
<div style="background: cornflowerblue; padding: 20px; width: 200px;">Parent document content</div>
<iframe src="/tests/assets/iframe/frame1.html" width="500" height="500"></iframe>
</body>
</html>