cthulhu/test/html/iframes-inside-inline-block.html

11 lines
285 B
HTML
Raw Permalink Normal View History

<html>
<body>
<p>Line 1</p>
<div style="display: inline-block;">
<iframe style="width: 106px; margin: 0px; height: 24px;" scrolling="no" frameborder="0"></iframe>
<iframe style="width: 108px; height: 20px;" scrolling="no" frameborder="0"></iframe>
</div>
<p>Line 3</p>
</body>
</html>