haikuwebkit/LayoutTests/tables/mozilla/bugs/bug154780.html

22 lines
271 B
HTML

<html>
<style>
#o-content-overflow {
width: 100px;
overflow: hidden;
text-align: left;
}
</style>
<body>
<table width="100%">
<tr>
<td align="center">
<div id="o-content-overflow">
ddddddd
</div>
</td>
<td>test</td>
</tr>
</table>
</body>
</html>