This commit is contained in:
dbaron%dbaron.org 2003-03-11 23:22:47 +00:00
Родитель 34cd7b0fdb
Коммит a3616ebbd5
2 изменённых файлов: 34 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,33 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title>Testcase, bug 196919</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
#float-one, #float-two, #float-three {
border: medium solid blue;
padding: 0.5em;
margin: 0.5em;
height: 5em;
width: 20%;
}
#float-one { float: left; }
#float-two { float: left; clear: left; }
#float-three { float: right; }
</style>
</head>
<body>
<div id="float-one">Float one.</div>
<div id="float-two">Float two.</div>
<div> <!-- mLastFloaterY doesn't get copied down to this DIV -->
<div id="float-three">Float three, whose top should be even with float two.</div>
</div>
</body>
</html>

Просмотреть файл

@ -201,4 +201,5 @@ file:///s:/mozilla/layout/html/tests/block/bugs/154741.html
file:///s:/mozilla/layout/html/tests/block/bugs/161644.html
file:///s:/mozilla/layout/html/tests/block/bugs/169620.html
file:///s:/mozilla/layout/html/tests/block/bugs/176423.html
file:///s:/mozilla/layout/html/tests/block/bugs/196919.html