https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 647124a0b6d5691ab240b5e9fa80422f918e13b4 authored by ffxbld on 17 September 2015, 03:34:54 UTC
Added FIREFOX_41_0_RELEASE FIREFOX_41_0_BUILD2 tag(s) for changeset 42500ed7343e. DONTBUILD CLOSED TREE a=release
Tip revision: 647124a
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