haikuwebkit/LayoutTests/fast/block/positioning/leftmargin-topmargin.html

6 lines
323 B
HTML

<html>
<body leftmargin=42 topmargin=42 style="outline-style:solid">
<p>This test checks for a regression against rdar://problem/4364302 leftmargin and topmargin should match marginwidth and marginheight respectively.</p>
<p>If it passes, the left, top, right, and bottom margins of the page will be 42.</p>
</body>
</html>