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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/block/bugs/38157-b.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 Transitional//EN"
 
2
                      "http://www.w3.org/TR/REC-html40/loose.dtd">
 
3
<html>
 
4
<head>
 
5
<STYLE>
 
6
 
 
7
DL {
 
8
        margin-left: 20%;
 
9
}
 
10
 
 
11
DIV.body {
 
12
  background-color: #F0F0E0;
 
13
  float: left; 
 
14
}
 
15
 
 
16
.left {
 
17
  text-align: left;
 
18
  width: 100px;
 
19
  float: left; 
 
20
  background-color: yellow;
 
21
}
 
22
</STYLE>
 
23
</head>
 
24
 
 
25
<body bgcolor="#FFFFFF" class="smallmargin">
 
26
 
 
27
 
 
28
<div class="left">abc</div>
 
29
 
 
30
<div class="body">
 
31
    <dl>
 
32
      <dd>The design has been done in such way to minimize file system accesses. By 
 
33
      </dd>
 
34
    </dl>
 
35
</div>
 
36
 
 
37
</body></html>