haikuwebkit/LayoutTests/fast/table/006.html

15 lines
157 B
HTML

<html>
<head>
<style>
.foo {
padding:100px;
}
</style>
</head>
<table border="2" cellpadding="5" cellspacing="0">
<tr>
<td class="foo">Foo
</tr>
</table>