tenfourfox/layout/reftests/bugs/402567-4-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

27 lines
404 B
HTML

<html>
<head><style>
table {
width: 10px;
}
div.auto {
overflow: auto;
height: 50px;
background: lightgreen;
}
div.invis {
color: white;
}
</style></head>
<body>
<table><tr><td>
<div class="auto">
x xx x xx x xx x xx x xx x xx x xx x
xxxxxx
</div>
<div class="invis">
xxxxxx
</div>
</td></tr></table>
</body>
</html>