Implement Iframe rendering

This commit is contained in:
MoyuScript
2017-09-11 22:36:23 +08:00
parent 5ad8639bc6
commit 7af9a35728
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>