haikuwebkit/LayoutTests/fast/replaced/object-align-hspace-vspace....

16 lines
506 B
HTML

<html>
<body>
<p>vspace and hspace test (20 pixel white margin between blue border and yellow background)</p>
<div style='border: 4px solid blue;'>
<object style="width:233px; height:175px; background-color: yellow;" hspace=20 vspace=20 data='resources/webkit-background.png' type='image/png'></object>
</div>
<p>align test (aligned to the right) --&gt;&gt;</p>
<object style="width:233px; height:175px;" align='right' data='resources/webkit-background.png' type='image/png'></object>
</body>
</html>