summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-width/cellpadding-ref.html
blob: 60df225f6bdf516687b4b11e8512ed8487306298 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<head>
<title>cellpadding</title>
</head>
<body>
<table border cellpadding="0"><tr><td><div style="padding:7px">This is some text.</div></td></tr></table>
<table border cellpadding="0"><tr><td><div style="padding:7px">This is some text.</div></td></tr></table>
<table border cellpadding="0"><tr><td><div style="padding:3px 5px 7px 9px">This is some text.</div></td></tr></table>
</body>
</html>