Add preliminary support for same-origin iframes

This commit is contained in:
MoyuScript
2014-09-16 20:12:13 +03:00
parent 5a282666dc
commit a4ee26cffd
10 changed files with 119 additions and 23 deletions

View File

@ -5,6 +5,6 @@
<script type="text/javascript" src="../test.js"></script>
</head>
<body>
<iframe src="http://experiments.hertzen.com/csstree/" width="500"></iframe>
<iframe src="/tests/assets/iframe/frame1.html" width="500" height="500"></iframe>
</body>
</html>
</html>