Sign in
webkit
/
WebKit
/
526e39493ce9a7337a152d5ee10827d31db374e0
/
.
/
LayoutTests
/
tables
/
mozilla
/
bugs
/
bug154780.html
blob: 002fc767c44d1bf285924f5b08099299cbc068c8 [
file
] [
log
] [
blame
]
<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>