buster%netscape.com 8bdaab9445 regression test additions and improvements.
no source code changed, not part of build, so no reviewer


git-svn-id: svn://10.0.0.236/trunk@83648 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-14 22:05:52 +00:00

23 lines
809 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<style type "text/css">
div { width: 306px; border: thin solid; margin: 1em; float:left; color: red; }
div + div img { margin: auto; }
div + div { color: lime; }
</style>
<title>image_margin_bug</title>
<p>This page should show two identical columns of crumpled paper. </p>
<p>Mozilla, as of 1999-05-17, displays the red (left hand side) column incorrectly. </p>
<div>
<img src="ant.jpg" alt=image height=185 width=300" align=left>
<img src="ant.jpg" alt=image height=185 width=300" align=right>
<img src="ant.jpg" alt=image height=185 width=306">
</div>
<div>
<img src="ant.jpg" alt=image height=185 width=300" align=left>
<img src="ant.jpg" alt=image height=185 width=300" align=right>
<img src="ant.jpg" alt=image height=185 width=306">
</div>