Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
table
/
006.html
blob: 51c56018a96a1faaacc3e4679d24a4cd7f73bcbd [
file
] [
log
] [
blame
]
<html>
<head>
<style>
.
foo
{
padding
:
100px
;
}
</style>
</head>
<table
border
=
"2"
cellpadding
=
"5"
cellspacing
=
"0"
>
<tr>
<td
class
=
"foo"
>
Foo
</tr>
</table>