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

31 lines
490 B
HTML

<html>
<head>
<title></title>
<style type="text/css">
.big {
display: block;
width: 100%;
width: 20px;
height: 400px;
border: 1px solid black;
}
.fl {
float: left;
clear: left;
width: 50px;
height: 50px;
border: 1px solid black;
}
</style>
</head>
<body>
<div class="fl">this div should be under the big img</div>
<img class="fl" >
<img class="fl" >
<img class="fl" >
<img class="fl" >
<img class="big" >
</body>
</html>