summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/006.html
blob: 51c56018a96a1faaacc3e4679d24a4cd7f73bcbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<style>
.foo {
  padding:100px;
}
</style>
</head>

<table border="2" cellpadding="5" cellspacing="0">
<tr>
<td class="foo">Foo
</tr>
</table>