~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/block/bugs/4468.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 
2
<style type "text/css">
 
3
   div { width: 306px; border: thin solid; margin: 1em; float:left; color: red; }
 
4
   div + div img { margin: auto; }
 
5
   div + div { color: lime; }
 
6
</style>
 
7
<title>image_margin_bug</title>
 
8
 
 
9
<p>This page should show two identical columns of crumpled paper. </p>
 
10
 
 
11
<p>Mozilla, as of 1999-05-17, displays the red (left hand side) column incorrectly. </p>
 
12
 
 
13
<div>
 
14
<img src="ant.jpg" alt=image height=185 width=300" align=left>
 
15
<img src="ant.jpg" alt=image height=185 width=300" align=right>
 
16
<img src="ant.jpg" alt=image height=185 width=306">
 
17
</div>
 
18
<div>
 
19
<img src="ant.jpg" alt=image height=185 width=300" align=left>
 
20
<img src="ant.jpg" alt=image height=185 width=300" align=right>
 
21
<img src="ant.jpg" alt=image height=185 width=306">
 
22
</div>