summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-width/pref-width.html
blob: 738ffe973c35c9d9092a6cf700ed34315b7e41b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
<title>Test that cellpadding, cellspacing, border, etc., don't break table sizing.</title>
<style type="text/css">

table, td {
  border: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}

</style>
</head>
<body>
<table><tr><td>This is some text.</td></tr></table>
</body>
</html>