Bug 665597 - Test that child overflow that overlaps the parent's padding doesn't trigger a scrollbar.

This commit is contained in:
Mats Palmgren 2012-01-17 00:38:10 +01:00
Родитель bea763f11f
Коммит 71d5e5e06a
3 изменённых файлов: 35 добавлений и 0 удалений

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

@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Testcase for bug 665597</title>
<style type="text/css">
.o { width:100px; height:100px; padding:100px; background:green; }
.i { width:100px; height:200px; background:yellow; }
</style>
</head>
<body>
<div class="o" style="overflow:visible">
<div class="i"></div>
</div>
</body>
</html>

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

@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Testcase for bug 665597</title>
<style type="text/css">
.o { width:100px; height:100px; padding:100px; background:green; }
.i { width:100px; height:200px; background:yellow; }
</style>
</head>
<body>
<div class="o" style="overflow:auto">
<div class="i"></div>
</div>
</body>
</html>

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

@ -1666,6 +1666,7 @@ fails-if(layersGPUAccelerated&&cocoaWidget) == 654950-1.html 654950-1-ref.html #
== 664127-1.xul 664127-1-ref.xul
== 660682-1.html 660682-1-ref.html
== 665597-1.html 665597-1-ref.html
== 665597-2.html 665597-2-ref.html
!= 669015-1.xul 669015-1-notref.xul
== 668319-1.xul about:blank
== 670442-1.html 670442-1-ref.html