https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 15a15053e931a28c173a973a224d477094e3f719 authored by tbirdbld on 25 April 2012, 22:40:09 UTC
Added tag THUNDERBIRD_13_0b1_RELEASE for changeset e60ca2e387a8. CLOSED TREE a=release
Tip revision: 15a1505
min-width-1-ref.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>
back to top