Make sure all files that should be present are present.
This commit is contained in:
10
test/html/iframes-inside-inline-block2.html
Normal file
10
test/html/iframes-inside-inline-block2.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>Line 1</p>
|
||||
<div style="display: inline-block;">
|
||||
<iframe style="margin: 0px; height: 24px;" scrolling="no" frameborder="0" src="abbr.html"></iframe>
|
||||
<iframe style="width: 108px; height: 20px;" scrolling="no" frameborder="0"></iframe>
|
||||
</div>
|
||||
<p>Line 3</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user