gecko/layout/generic/crashtests/255982-2.html

11 lines
358 B
HTML
Raw Normal View History

2013-01-25 09:34:29 -08:00
<!DOCTYPE HTML>
<html class="reftest-print">
<body>
<div style="width: 60%; float: left; height: 1.6in; ">a float</div>
<div style="width: 60%; float: left; height: 1.6in; border:1px solid black; ">overlaps page break</div>
Some text
<div style="width: 60%; float: left;">3rd float</div>
<div style="width: 60%; float: left;">4th float</div>
</body>
</html>