Bug 486065. Add test.

--HG--
extra : rebase_source : 7279e2260b9cc186804b025f3a87fd97fb8b7719
This commit is contained in:
Timothy Nikkel 2009-11-05 02:57:42 -06:00
parent 9283a8626e
commit 33e5c576e0
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<html>
<head>
<style>
.d {
height:10em;
border:75px solid #CCC;
}
</style>
</head>
<body>
<ul class="d">
<li>a</li>
</ul>
</body>
</html>

View File

@ -0,0 +1,16 @@
<html>
<head>
<style>
.d {
height:10em;
overflow:auto;
border:75px solid #CCC;
}
</style>
</head>
<body>
<ul class="d">
<li>a</li>
</ul>
</body>
</html>

View File

@ -1256,6 +1256,7 @@ fails-if(MOZ_WIDGET_TOOLKIT=="gtk2") == 481948-3.html 481948-3-ref.html # differ
== 486052-2e.html 486052-2-ref.html
== 486052-2f.html 486052-2-ref.html
== 486052-2g.html 486052-2-ref.html
== 486065-1.html 486065-1-ref.html
== 486848-1.xul 486848-1-ref.xul
== 487539-1.html about:blank
== 488390-1.html 488390-1-ref.html