mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
809 B
HTML
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>
|