summaryrefslogtreecommitdiffstats
path: root/layout/reftests/columns/min-width-1-ref.html
blob: d6d7034b09b640e749e6e85a6129fc9371f8b053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>