servo/tests/ref/iframe/simple_inline_max.html

9 lines
276 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; max-width: 250px; max-height: 50px;">
</iframe>
</div>
</body>
</html>