Source code

Revision control

Copy as Markdown

Other Tools

<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>