Make sure all files that should be present are present.
This commit is contained in:
10
test/html/outer-iframe.html
Normal file
10
test/html/outer-iframe.html
Normal file
@ -0,0 +1,10 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user