Bug 1321803 part 2. Change existing tests for paginated overflow clipping to use a <div> instead of the <body> as the scrollable thing being tested. r=dbaron

This commit is contained in:
Boris Zbarsky 2016-12-22 16:52:27 -08:00
Родитель 93e075d001
Коммит 4efbe92db3
3 изменённых файлов: 17 добавлений и 11 удалений

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

@ -1,8 +1,10 @@
<!DOCTYPE html>
<html class="reftest-print" style="margin: 0; padding: 0">
<body style="margin: 0; padding: 0">
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green; border-bottom: none"></div>
<div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green; border-bottom: none"></div>
</div>
</body>
</html>

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

@ -1,8 +1,10 @@
<!DOCTYPE html>
<html class="reftest-print" style="margin: 0; padding: 0;">
<body style="overflow: scroll; height: 5in; margin: 0; padding: 0;">
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
<body style="margin: 0; padding: 0;">
<div style="overflow: scroll; height: 5in;">
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
</div>
</body>
</html>

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

@ -1,8 +1,10 @@
<!DOCTYPE html>
<html class="reftest-print" style="margin: 0; padding: 0;">
<body style="overflow: -moz-hidden-unscrollable; height: 5in; margin: 0; padding: 0;">
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
<body style="margin: 0; padding: 0;">
<div style="overflow: -moz-hidden-unscrollable; height: 5in;">
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
<div style="height: 1.25in; border: 0.25in solid green"></div>
</div>
</body>
</html>