Mozilla/mozilla/layout/reftests/table-width/shrink-wrap-pref-ref.html
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

31 lines
468 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Shrink-wrapping of tables</title>
<style type="text/css">
table, td {
border: none;
margin: 0;
padding: 0;
border-spacing: 0;
}
span {
display: inline-block;
width: 50px;
background: yellow;
color: black;
}
</style>
</head>
<body>
<table><tr>
<td style="background:aqua;color:aqua;width:200px"><span>x</span>&#x200b;<span>x</span>&#x200b;<span>x</span>&#x200b;<span>x</span></td>
</tr></table>
</body>
</html>