gecko/layout/reftests/bugs/486065-1-ref.html
Timothy Nikkel ddf13b3bf3 Bug 486065. Add test.
--HG--
extra : rebase_source : 7279e2260b9cc186804b025f3a87fd97fb8b7719
2009-11-05 02:57:42 -06:00

16 lines
154 B
HTML

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