Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/402567-2-ref.html

20 lines
313 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">xxx</div>
<div class="invis">xxx</div>
</td></tr></table>
</body>
</html>