This commit is contained in:
Mats Palmgren 2013-01-25 18:34:29 +01:00
Родитель 1b60f876ab
Коммит fc09629f74
5 изменённых файлов: 50 добавлений и 0 удалений

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

@ -0,0 +1,13 @@
<!DOCTYPE HTML>
<html class="reftest-print">
<body>
<style type="text/css">
@page { size:5in 3in; margin:0.5in; }
</style>
<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>
<br />
<div style="width: 60%; float: left;">3rd float</div>
<div style="width: 60%; float: left;">4th float</div>
</body>
</html>

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

@ -0,0 +1,10 @@
<!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>

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

@ -0,0 +1,10 @@
<!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>

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

@ -0,0 +1,13 @@
<!DOCTYPE HTML>
<html class="reftest-print">
<body>
<style type="text/css">
@page { size:5in 3in; margin:0.5in; }
</style>
<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>
This is enough text to trigger a line break.
<div style="width: 60%; float: left;">3rd float</div>
<div style="width: 60%; float: left;">4th float</div>
</body>
</html>

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

@ -2,6 +2,10 @@ load 25888-1.html
load 25888-2.html load 25888-2.html
load 37757-1.html load 37757-1.html
load 225868-1.html load 225868-1.html
load 255982-1.html
load 255982-2.html
load 255982-3.html
load 255982-4.html
load 264937-1.html load 264937-1.html
asserts(9) load 265867-1.html # Bug 575011 asserts(9) load 265867-1.html # Bug 575011
load 265867-2.html load 265867-2.html