Mozilla/mozilla/layout/reftests/columns/min-width-1-ref.html
roc+%cs.cmu.edu a9b24741e2 Bug 364680. Intrinsic widths for columns. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@230345 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-20 02:21:44 +00:00

13 lines
257 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div { border:2px solid black; width:100px; height:200px; }
</style>
</head>
<body>
<table width="1"><tr><td><div></div></tr></td></table>
<table width="1"><tr><td><div></div></tr></td></table>
</body>
</html>