servo/tests/ref/iframe/simple_inline_width.html

9 lines
254 B
HTML

<html>
<body>
<div style="margin-top: 20px;">
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E"
style="display: inline; border: 1px solid black; width: 500px;">
</iframe>
</div>
</body>
</html>