1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-28 09:40:33 +01:00
servo/tests/ref/iframe/simple_inline_min.html

9 lines
277 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; min-width: 400px; min-height: 250px;">
</iframe>
</div>
</body>
</html>