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

26 lines
391 B
HTML

<html>
<head><style>
table {
width: 10px;
}
div.scroll {
overflow: scroll;
background: lightgreen;
}
div.invis {
color: white;
}
</style></head>
<body>
<table><tr><td>
<div class="scroll">
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>