servo/tests/ref/iframe/simple_inline_height_ref.html

7 lines
222 B
HTML

<html>
<body>
<div style="border: 1px solid black; width: 300px; height: 300px; margin-top: 20px;">
<div style="margin: 8px; /* matches user-agent body */">Just a simple little iframe.</div>
</div>
</body>
</html>