Sign in
webkit
/
WebKit
/
3f78a298b8cb2d7ccc1b4dafb89a4d60eb2fbe8f
/
.
/
LayoutTests
/
fast
/
table
/
table-anonymous-cell-collapse-expected.html
blob: c751cf0388c95c894210d2ed1afd9cea179b69d7 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
td
{
display
:
block
;
}
</style>
Test passes if
<table
border
=
"3"
cellpadding
=
"10"
>
<td>
each cell
</td>
<td>
is in its
</td>
<td>
own row.
</td>
</table>