blob: a7c3916a29e4034def35d042f55919c56539315f [file] [log] [blame]
adele33c4a252006-04-02 19:54:25 +00001<html>
2<head></head>
3<body>
4<p>
hamaji@chromium.orgb1658252009-09-30 06:55:11 +00005This is a test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=8118">http://bugzilla.opendarwin.org/show_bug.cgi?id=8118</a>
adele33c4a252006-04-02 19:54:25 +00006REGRESSION (r13595): Inline block's clipped overflow increases table row height</i>.
7</p>
8<p>
9You should see a green square and no red.
10</p>
11<table style="background: red;" cellpadding="0" cellspacing="0">
12 <tr>
13 <td>
14 <div style="display: inline-block; overflow: hidden; height: 100px; width: 100px;">
15 <div style="width: 100px; height: 200px; background: green;"></div>
16 </div>
17 </td>
18 </tr>
19</table>
20</body>
21</html>