5 body { font-size: 13px; font-family: serif; }
6 table { border: 1px solid red; border-spacing: 0px; padding: 0px; }
7 th { border: 1px solid red; width: 125px; }
8 .height20px { height: 20px; }
9 .height19px { height: 19px; }
10 .smallerFont { font-size: 10px; }
14 <p>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=37244">37244</a>: thead in table without tbody causes table height doubling</p>
15 <p>There should not be any gap between the tables' border and the rows'.</p>
16 <h1>height = 20px</h1>
17 <table class="height20px">
28 <table class="height20px">
39 <h1>height = 19px, font-size = 10px</h1>
40 <table class="height19px smallerFont">
51 <table class="height19px smallerFont">