waterson%netscape.com c9fe58eee0 Add regression tests. Not part of normal build.
git-svn-id: svn://10.0.0.236/trunk@93409 18797224-902f-48f8-a5cc-f745e15eee43
2001-04-29 01:42:52 +00:00

38 lines
654 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<STYLE>
DL {
margin-left: 20%;
}
DIV.body {
background-color: #F0F0E0;
float: left;
}
.left {
text-align: left;
width: 100px;
float: left;
background-color: yellow;
}
</STYLE>
</head>
<body bgcolor="#FFFFFF" class="smallmargin">
<div class="left">abc</div>
<div class="body">
<dl>
<dd>The design has been done in such way to minimize file system accesses. By
</dd>
</dl>
</div>
</body></html>