waterson%netscape.com 849a5e592b Add regression tests for bugs 4831, 59200, and 69960. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@95753 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-23 00:33:07 +00:00

36 lines
992 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
<title>Bug 4831</title>
<style type="text/css">
p.test { margin: 0; border: 10px solid; }
p.left { float: left; }
p.right { float: right; }
p.half { width: 50%; }
p.quarter { width: 25%; }
</style>
</head>
<body>
<p>
The top of paragraph four should be vertically aligned with the top of
paragraph three.
</p>
<hr>
<p class="test left half">
one one one one one one one one one one one one one one
one one one one one one one one one one one one one one
</p>
<p class="test right half">
two two two two two two two two two two two
two two two two two two two two two two two
</p>
<p class="test right half">
three three three three three three three three three three
three three three three three three three three three three
</p>
<p class="test left quarter">
four four four four four four four four four four
four four four four four four four four four four
</p>
</body>
</html>