dbaron%dbaron.org 581e3173bf Start converting reflow branch (bug 300030) table testcases to reftests.
git-svn-id: svn://10.0.0.236/trunk@220437 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-16 23:30:22 +00:00

20 lines
327 B
HTML

<!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 width="1"><tr><td>This is some text.</td></tr></table>
</body>
</html>