cthulhu/test/html/outer-iframe.html

11 lines
205 B
HTML
Raw Normal View History

<html>
<head></head>
<body>
<div>
<iframe src="inner-iframe.html" style="display:block;height:30px;width:100%;" scrolling="no" frameborder="0"></iframe>
</div>
<div>After the iframe</div>
</body>
</html>