https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 857025a0f35f09f60e0b6f965f61d9eb7f23bc96 authored by tbirdbld on 17 July 2012, 18:16:44 UTC
Added THUNDERBIRD_15_0b1_RELEASE THUNDERBIRD_15_0b1_BUILD1 tag(s) for changeset eb421f1dd8ef. DONTBUILD CLOSED TREE a=release
Tip revision: 857025a
min-width-1b.html
<!DOCTYPE html>
<html>
<head>
  <style>
  div { -moz-column-width:200px; -moz-column-count:2; -moz-column-gap:0; border:2px solid black; height:200px; }
  div.gap { -moz-column-gap:80px; }
  span { display:inline-block; width:100px; }
  </style>
</head>
<body>
  <table width="1"><tr><td><div>
    <span></span>
  </div></tr></td></table>
  <table width="1"><tr><td><div class="gap">
    <span></span>
  </div></tr></td></table>
</body>
</html>
back to top